From: Yashwanth Varakala Date: Thu, 13 Jul 2023 13:59:23 +0000 (+0200) Subject: arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=055e38c7638873010e8a813dc742bd834f5777aa;p=linux.git arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts index 6aa720bafe289..9b867cc3272ee 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts @@ -76,15 +76,15 @@ compatible = "nxp,pca9533"; reg = <0x62>; - led1 { + led-1 { type = ; }; - led2 { + led-2 { type = ; }; - led3 { + led-3 { type = ; }; };