diff mbox series

arm64: dts: tegra234-p3701-0000: Remove 'enable-active-low'

Message ID 20220919104350.834777-1-festevam@denx.de
State Accepted
Headers show
Series arm64: dts: tegra234-p3701-0000: Remove 'enable-active-low' | expand

Commit Message

Fabio Estevam Sept. 19, 2022, 10:43 a.m. UTC
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.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Thierry Reding Nov. 17, 2022, 10:04 p.m. UTC | #1
On Mon, Sep 19, 2022 at 07:43:50AM -0300, Fabio Estevam wrote:
> 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.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

Thierry
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi b/arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi
index 9e4d72cfa69f..d472f9d30b3e 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi
@@ -39,7 +39,6 @@  vdd_12v_pcie: regulator-vdd-12v-pcie {
 		regulator-max-microvolt = <12000000>;
 		gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
 		regulator-boot-on;
-		enable-active-low;
 	};
 
 	bus@0 {