ARM: dts: st: correct led level in stih418-b2264.dts
authorAlain Volmat <avolmat@me.com>
Sun, 2 Jul 2023 16:19:35 +0000 (16:19 +0000)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 13 Oct 2023 07:03:50 +0000 (09:03 +0200)
The state of the green led on the stih418-b2264 is currently
inverted.  Correct this by fixing the GPIO active state.

Signed-off-by: Alain Volmat <avolmat@me.com>
Acked-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/boot/dts/st/stih418-b2264.dts

index d4874282cfba90128466ed65832f8ab25f374b69..fdc16e9f58222ee76f7e76a3fc9e3d7e037579c7 100644 (file)
@@ -76,7 +76,7 @@
        leds {
                compatible = "gpio-leds";
                led-green {
-                       gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
+                       gpios = <&pio1 3 GPIO_ACTIVE_LOW>;
                        default-state = "off";
                };
        };