From: Alain Volmat Date: Sun, 2 Jul 2023 16:19:35 +0000 (+0000) Subject: ARM: dts: st: correct led level in stih418-b2264.dts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8434eed701a7237fa1e8dbd49e5d7a973c0d6b14;p=linux.git 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 Acked-by: Patrice Chotard Signed-off-by: Patrice Chotard --- diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts index d4874282cfba9..fdc16e9f58222 100644 --- a/arch/arm/boot/dts/st/stih418-b2264.dts +++ b/arch/arm/boot/dts/st/stih418-b2264.dts @@ -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"; }; };