2023-07-02 16:38:30

by Alain Volmat

[permalink] [raw]
Subject: [PATCH 0/3] ARM: dts: st: dts fixes in stih418-b2264.dts

Correction of two dts warnings and led state in stih418-b2264.dts

Alain Volmat (3):
ARM: dts: st: correct serial alias in stih418-b2264.dts
ARM: dts: st: move leds out of soc in stih418-b2264.dts
ARM: dts: st: correct led level in stih418-b2264.dts

arch/arm/boot/dts/st/stih418-b2264.dts | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

--
2.34.1



2023-07-02 16:48:57

by Alain Volmat

[permalink] [raw]
Subject: [PATCH 3/3] 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 <[email protected]>
---
arch/arm/boot/dts/st/stih418-b2264.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ aliases {
leds {
compatible = "gpio-leds";
led-green {
- gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
+ gpios = <&pio1 3 GPIO_ACTIVE_LOW>;
default-state = "off";
};
};
--
2.34.1