mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
ARM: dts: stm32: Rename LEDs to match silkscreen on AV96
The LED labels do not match the silkscreen on the board, fix it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Cc: Patrick Delaunay <patrick.delaunay@st.com> Cc: Patrice Chotard <patrice.chotard@st.com> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
parent
654706be84
commit
9528f8ac81
1 changed files with 3 additions and 3 deletions
|
@ -38,21 +38,21 @@
|
||||||
led {
|
led {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
led1 {
|
led1 {
|
||||||
label = "green:user1";
|
label = "green:user0";
|
||||||
gpios = <&gpioz 7 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpioz 7 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led2 {
|
led2 {
|
||||||
label = "green:user2";
|
label = "green:user1";
|
||||||
gpios = <&gpiof 3 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpiof 3 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "mmc0";
|
linux,default-trigger = "mmc0";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led3 {
|
led3 {
|
||||||
label = "green:user3";
|
label = "green:user2";
|
||||||
gpios = <&gpiog 0 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpiog 0 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "mmc1";
|
linux,default-trigger = "mmc1";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
|
|
Loading…
Add table
Reference in a new issue