diff options
author | Benjamin Gaignard <benjamin.gaignard@st.com> | 2020-05-13 17:59:26 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-06-15 12:46:09 +0300 |
commit | 5f014cb81e04b2fe2ed94715d89822f25e6c498d (patch) | |
tree | cba0b4c77ad4adddd8ca48473e3f266e9b5deca6 /arch/arm/boot/dts/stm32429i-eval.dts | |
parent | e83b9a4afe49ff8fcb91db24e56dff67816f22a2 (diff) | |
download | linux-5f014cb81e04b2fe2ed94715d89822f25e6c498d.tar.xz |
ARM: dts: stm32: update led nodes names for stm32f429-eval
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32429i-eval.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32429i-eval.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index c58c35ecc026..67e7648de41e 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts @@ -104,17 +104,17 @@ leds { compatible = "gpio-leds"; - green { + led-green { gpios = <&gpiog 6 1>; linux,default-trigger = "heartbeat"; }; - orange { + led-orange { gpios = <&gpiog 7 1>; }; - red { + led-red { gpios = <&gpiog 10 1>; }; - blue { + led-blue { gpios = <&gpiog 12 1>; }; }; |