diff mbox series

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

Message ID 20220604155705.574071-1-andreas@kemnade.info (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6sl-tolino-shine2hd: fix led node name. | expand

Commit Message

Andreas Kemnade June 4, 2022, 3:57 p.m. UTC
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(-)

Comments

Shawn Guo June 19, 2022, 5:18 a.m. UTC | #1
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!
diff mbox series

Patch

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";