arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names
authorYashwanth Varakala <y.varakala@phytec.de>
Thu, 13 Jul 2023 13:59:23 +0000 (15:59 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Jul 2023 06:30:47 +0000 (14:30 +0800)
Dtschema of the leds sub-node names expects "led-1" instead of led1.
So, the sub-node names are corrected according to the regexes.

Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts

index 6aa720bafe2898593b80f292e768d83a0a29a105..9b867cc3272ee5f82d298e54b4511f8ca1cf9b0f 100644 (file)
                compatible = "nxp,pca9533";
                reg = <0x62>;
 
-               led1 {
+               led-1 {
                        type = <PCA9532_TYPE_LED>;
                };
 
-               led2 {
+               led-2 {
                        type = <PCA9532_TYPE_LED>;
                };
 
-               led3 {
+               led-3 {
                        type = <PCA9532_TYPE_LED>;
                };
        };