mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-22 17:15:49 -04:00
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:
committed by
Thierry Reding
parent
dd0be8278a
commit
14910d6871
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user