Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Alexander Dahl and committed by
Alexandre Belloni
02e46262 3650b228

+2 -4
+2 -4
arch/arm/boot/dts/at91-smartkiz.dts
··· 84 84 status = "okay"; 85 85 }; 86 86 87 - &leds { 88 - blue { 89 - status = "okay"; 90 - }; 87 + &led_blue { 88 + status = "okay"; 91 89 }; 92 90 93 91 &adc0 {