Skip to content

Commit e0d5a4d

Browse files
LeSpockyambarus
authored andcommitted
ARM: dts: at91: smartkiz: Reference led node directly
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 (cherry picked from commit 02e4626) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 472493c commit e0d5a4d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

arch/arm/boot/dts/at91-smartkiz.dts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@
8484
status = "okay";
8585
};
8686

87-
&leds {
88-
blue {
89-
status = "okay";
90-
};
87+
&led_blue {
88+
status = "okay";
9189
};
9290

9391
&adc0 {

0 commit comments

Comments
 (0)