Commit fe3c94e8 authored by Thierry Reding's avatar Thierry Reding

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
...@@ -1050,9 +1050,6 @@ regulator@60 { ...@@ -1050,9 +1050,6 @@ regulator@60 {
regulator-max-microvolt = <1400000>; regulator-max-microvolt = <1400000>;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
ti,vsel0-state-low;
/* VSEL1: EN_CORE_DVFS_N low for DVFS */
ti,vsel1-state-low;
}; };
}; };
......
...@@ -1033,9 +1033,6 @@ regulator@60 { ...@@ -1033,9 +1033,6 @@ regulator@60 {
regulator-max-microvolt = <1400000>; regulator-max-microvolt = <1400000>;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
ti,vsel0-state-low;
/* VSEL1: EN_CORE_DVFS_N low for DVFS */
ti,vsel1-state-low;
}; };
}; };
......
...@@ -901,9 +901,6 @@ regulator@60 { ...@@ -901,9 +901,6 @@ regulator@60 {
regulator-max-microvolt = <1400000>; regulator-max-microvolt = <1400000>;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
ti,vsel0-state-low;
/* VSEL1: EN_CORE_DVFS_N low for DVFS */
ti,vsel1-state-low;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment