1
0
Fork 0

ARM: dts: stm32: update led nodes names for stm32f746-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>
zero-sugar-mainline-defconfig
Benjamin Gaignard 2020-05-13 16:59:28 +02:00 committed by Alexandre Torgue
parent 7cf1acae22
commit 2c11de97e0
1 changed files with 4 additions and 4 deletions

View File

@ -66,17 +66,17 @@
leds {
compatible = "gpio-leds";
green {
led-green {
gpios = <&gpiof 10 1>;
linux,default-trigger = "heartbeat";
};
orange {
led-orange {
gpios = <&stmfx_pinctrl 17 1>;
};
red {
led-red {
gpios = <&gpiob 7 1>;
};
blue {
led-blue {
gpios = <&stmfx_pinctrl 19 1>;
};
};