projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34a63c
)
ARM: dts: st: correct led level in stih418-b2264.dts
author
Alain Volmat
<avolmat@me.com>
Sun, 2 Jul 2023 16:19:35 +0000
(16:19 +0000)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/st/stih418-b2264.dts
b/arch/arm/boot/dts/st/stih418-b2264.dts
index d4874282cfba90128466ed65832f8ab25f374b69..fdc16e9f58222ee76f7e76a3fc9e3d7e037579c7 100644
(file)
--- 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";
};
};