[PATCH] ARM: dts: imx6sl-tolino-shine2hd: fix led node name.

Andreas Kemnade posted 1 patch 3 years, 10 months ago
arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: imx6sl-tolino-shine2hd: fix led node name.
Posted by Andreas Kemnade 3 years, 10 months ago
Node name is supposed to be led or led-x

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
index 86ad93cbe60c..663ee9df79e6 100644
--- a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
+++ b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
@@ -60,7 +60,7 @@ leds: leds {
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_led>;
 
-		on {
+		led-0 {
 			label = "tolinoshine2hd:white:on";
 			gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
 			linux,default-trigger = "timer";
-- 
2.30.2
Re: [PATCH] ARM: dts: imx6sl-tolino-shine2hd: fix led node name.
Posted by Shawn Guo 3 years, 10 months ago
On Sat, Jun 04, 2022 at 05:57:05PM +0200, Andreas Kemnade wrote:
> Node name is supposed to be led or led-x
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>

Applied, thanks!