diff options
author | Alexander Dahl <post@lespocky.de> | 2020-10-05 22:34:43 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-10-28 19:55:04 +0100 |
commit | 02e46262af5db410da5a27783833d68e2bdfb352 (patch) | |
tree | 831ba725a8f9ecb706e6ca8058df63b751d029b9 /arch/arm/boot/dts/at91-smartkiz.dts | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) |
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
Diffstat (limited to 'arch/arm/boot/dts/at91-smartkiz.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-smartkiz.dts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/at91-smartkiz.dts b/arch/arm/boot/dts/at91-smartkiz.dts index 106f23ba4a3b..b76a6b5ac464 100644 --- a/arch/arm/boot/dts/at91-smartkiz.dts +++ b/arch/arm/boot/dts/at91-smartkiz.dts @@ -84,10 +84,8 @@ status = "okay"; }; -&leds { - blue { - status = "okay"; - }; +&led_blue { + status = "okay"; }; &adc0 { |