Skip to content

Commit a994b34

Browse files
Fabio Estevammmind
authored andcommitted
arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
The 'enable-active-low' property is not a valid one. Only 'enable-active-high' is valid, and when this property is absent the gpio regulator will act as active low by default. Remove the invalid 'enable-active-low' property. Fixes: 2c66fc3 ("arm64: dts: rockchip: add RK3399-Q7 (Puma) SoM") Signed-off-by: Fabio Estevam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 1988e3e commit a994b34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
vcc5v0_host: vcc5v0-host-regulator {
6363
compatible = "regulator-fixed";
6464
gpio = <&gpio4 RK_PA3 GPIO_ACTIVE_LOW>;
65-
enable-active-low;
6665
pinctrl-names = "default";
6766
pinctrl-0 = <&vcc5v0_host_en>;
6867
regulator-name = "vcc5v0_host";

0 commit comments

Comments
 (0)