mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 18:56:55 +07:00
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>
This commit is contained in:
parent
7cf1acae22
commit
2c11de97e0
@ -66,17 +66,17 @@ aliases {
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user