arm64: tegra: Remove 'enable-active-low'
authorFabio Estevam <festevam@denx.de>
Mon, 19 Sep 2022 10:43:50 +0000 (07:43 -0300)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2022 12:30:14 +0000 (13:30 +0100)
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi

index fe52810..8b86ea9 100644 (file)
@@ -39,7 +39,6 @@
                regulator-max-microvolt = <12000000>;
                gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
                regulator-boot-on;
-               enable-active-low;
        };
 
        bus@0 {