diff options
author | Benjamin Gaignard <benjamin.gaignard@st.com> | 2020-05-13 17:59:27 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-06-15 12:46:09 +0300 |
commit | 7cf1acae2279ab1f5d9acf6d1304f0f3519a2beb (patch) | |
tree | cc1162663d9f099b69ba82c3c67a9c2c803e426c /arch/arm/boot/dts/stm32f769-disco.dts | |
parent | 5f014cb81e04b2fe2ed94715d89822f25e6c498d (diff) | |
download | linux-7cf1acae2279ab1f5d9acf6d1304f0f3519a2beb.tar.xz |
ARM: dts: stm32: update led nodes names for stm32f769-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/stm32f769-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f769-disco.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts index 1626e00bb2cb..0ce7fbc20fa4 100644 --- a/arch/arm/boot/dts/stm32f769-disco.dts +++ b/arch/arm/boot/dts/stm32f769-disco.dts @@ -66,11 +66,11 @@ leds { compatible = "gpio-leds"; - green { + led-green { gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; - red { + led-red { gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>; }; }; |