ARM: dts: stm32: Rename LEDs to match silkscreen on AV96
authorMarek Vasut <marex@denx.de>
Mon, 6 Apr 2020 13:05:58 +0000 (15:05 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Wed, 15 Apr 2020 07:09:21 +0000 (09:09 +0200)
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>
arch/arm/dts/stm32mp157a-avenger96.dts

index f577d79..11e7e63 100644 (file)
        led {
                compatible = "gpio-leds";
                led1 {
-                       label = "green:user1";
+                       label = "green:user0";
                        gpios = <&gpioz 7 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                        default-state = "off";
                };
 
                led2 {
-                       label = "green:user2";
+                       label = "green:user1";
                        gpios = <&gpiof 3 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "mmc0";
                        default-state = "off";
                };
 
                led3 {
-                       label = "green:user3";
+                       label = "green:user2";
                        gpios = <&gpiog 0 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "mmc1";
                        default-state = "off";