mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 11:16:40 +07:00
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>
This commit is contained in:
parent
e83b9a4afe
commit
5f014cb81e
@ -104,17 +104,17 @@ vdd_panel: vdd-panel {
|
|||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
green {
|
led-green {
|
||||||
gpios = <&gpiog 6 1>;
|
gpios = <&gpiog 6 1>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
};
|
};
|
||||||
orange {
|
led-orange {
|
||||||
gpios = <&gpiog 7 1>;
|
gpios = <&gpiog 7 1>;
|
||||||
};
|
};
|
||||||
red {
|
led-red {
|
||||||
gpios = <&gpiog 10 1>;
|
gpios = <&gpiog 10 1>;
|
||||||
};
|
};
|
||||||
blue {
|
led-blue {
|
||||||
gpios = <&gpiog 12 1>;
|
gpios = <&gpiog 12 1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user