Skip to content

Commit 1f9d87d

Browse files
jbrun3tkhilman
authored andcommitted
arm64: dts: meson: vim3: correct led polarity
The LEDs on the vim3 are active when the gpio is high, not low. Fixes: c6d29c6 ("arm64: dts: meson-g12b-khadas-vim3: add initial device-tree") Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 67d141c commit 1f9d87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
led-white {
4343
label = "vim3:white:sys";
44-
gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
44+
gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_HIGH>;
4545
linux,default-trigger = "heartbeat";
4646
};
4747

4848
led-red {
4949
label = "vim3:red";
50-
gpios = <&gpio_expander 5 GPIO_ACTIVE_LOW>;
50+
gpios = <&gpio_expander 5 GPIO_ACTIVE_HIGH>;
5151
};
5252
};
5353

0 commit comments

Comments
 (0)