ARM: dts: st: correct led level in stih418-b2264.dts

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>
This commit is contained in:
Alain Volmat
2023-07-02 16:19:35 +00:00
committed by Patrice Chotard
parent e34a63cf5f
commit 8434eed701
+1 -1
View 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";
};
};