arm64: tegra: Remove 'enable-active-low'

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>
This commit is contained in:
Fabio Estevam
2022-09-19 07:43:50 -03:00
committed by Thierry Reding
parent dd0be8278a
commit 14910d6871

View File

@@ -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 {