ARM: dts: at91: smartkiz: Reference led node directly
authorAlexander Dahl <post@lespocky.de>
Mon, 5 Oct 2020 20:34:43 +0000 (22:34 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 28 Oct 2020 18:55:04 +0000 (19:55 +0100)
Do it the simple way like for the other kizbox boards.  This will allow
renaming the led controller node name later without breaking things.

Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201005203451.9985-5-post@lespocky.de
arch/arm/boot/dts/at91-smartkiz.dts

index 106f23ba4a3b62ecff07672fcb85a0b14f72b775..b76a6b5ac464d567a2440775484caa2bb6a16bea 100644 (file)
        status = "okay";
 };
 
-&leds {
-       blue {
-               status = "okay";
-       };
+&led_blue {
+       status = "okay";
 };
 
 &adc0 {