summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAlain Volmat <avolmat@me.com>2023-07-02 19:19:35 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-10-13 10:03:50 +0300
commit8434eed701a7237fa1e8dbd49e5d7a973c0d6b14 (patch)
tree94ac59abccfa967022236456f42b55a954ec0024 /arch/arm/boot
parente34a63cf5f0c372f7b12fd56d313669700389a1a (diff)
downloadlinux-8434eed701a7237fa1e8dbd49e5d7a973c0d6b14.tar.xz
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/st/stih418-b2264.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts
index d4874282cfba..fdc16e9f5822 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";
};
};