From 055e38c7638873010e8a813dc742bd834f5777aa Mon Sep 17 00:00:00 2001 From: Yashwanth Varakala Date: Thu, 13 Jul 2023 15:59:23 +0200 Subject: [PATCH] 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 --- .../arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = ; }; }; -- 2.30.2