diff options
author | Benjamin Gaignard <benjamin.gaignard@st.com> | 2020-05-13 17:59:23 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-06-15 12:46:09 +0300 |
commit | 2a61f1168b54fffdd9e56a9f742c287fa2048b26 (patch) | |
tree | e985e9656116272b6326f366773815ac74ef3683 /arch/arm/boot/dts/stm32f429-disco.dts | |
parent | 52107e8d6e576a26606516de43cd0d55dfda162e (diff) | |
download | linux-2a61f1168b54fffdd9e56a9f742c287fa2048b26.tar.xz |
ARM: dts: stm32: update led nodes names for stm32f249-disco
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/stm32f429-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f429-disco.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index f125d3022c91..3dc068b91ca1 100644 --- a/arch/arm/boot/dts/stm32f429-disco.dts +++ b/arch/arm/boot/dts/stm32f429-disco.dts @@ -72,10 +72,10 @@ leds { compatible = "gpio-leds"; - red { + led-red { gpios = <&gpiog 14 0>; }; - green { + led-green { gpios = <&gpiog 13 0>; linux,default-trigger = "heartbeat"; }; |