Commit fe3c94e8 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Remove unsupported properties on Apalis



The +V1.2_VDD_CORE regulator on Apalis and Colibri boards uses the
unsupported ti,vsel{0,1}-state-low properties. It turns out that these
are in fact the default and can be overridden by ti,vsel{0,1}-state-high
properties if needed. Drop them since they are not needed.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9b34a2a1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1050,9 +1050,6 @@
			regulator-max-microvolt = <1400000>;
			regulator-boot-on;
			regulator-always-on;
			ti,vsel0-state-low;
			/* VSEL1: EN_CORE_DVFS_N low for DVFS */
			ti,vsel1-state-low;
		};
	};

+0 −3
Original line number Diff line number Diff line
@@ -1033,9 +1033,6 @@
			regulator-max-microvolt = <1400000>;
			regulator-boot-on;
			regulator-always-on;
			ti,vsel0-state-low;
			/* VSEL1: EN_CORE_DVFS_N low for DVFS */
			ti,vsel1-state-low;
		};
	};

+0 −3
Original line number Diff line number Diff line
@@ -901,9 +901,6 @@
			regulator-max-microvolt = <1400000>;
			regulator-boot-on;
			regulator-always-on;
			ti,vsel0-state-low;
			/* VSEL1: EN_CORE_DVFS_N low for DVFS */
			ti,vsel1-state-low;
		};
	};