Commit 2f03e39b authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Remove regulator hacks on Jetson TX2

Various regulators were marked as always-on for Jetson TX2. At this
point, all of the regulators are properly hooked up, so this workaround
is no longer required.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 72f8ae3f
...@@ -268,43 +268,30 @@ avdd_dsi_csi: sd1 { ...@@ -268,43 +268,30 @@ avdd_dsi_csi: sd1 {
regulator-name = "AVDD_DSI_CSI_1V2"; regulator-name = "AVDD_DSI_CSI_1V2";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
}; };
vdd_1v8: sd2 { vdd_1v8: sd2 {
regulator-name = "VDD_1V8"; regulator-name = "VDD_1V8";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
}; };
vdd_3v3_sys: sd3 { vdd_3v3_sys: sd3 {
regulator-name = "VDD_3V3_SYS"; regulator-name = "VDD_3V3_SYS";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
}; };
vdd_1v8_pll: ldo0 { vdd_1v8_pll: ldo0 {
regulator-name = "VDD_1V8_AP_PLL"; regulator-name = "VDD_1V8_AP_PLL";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
}; };
ldo2 { ldo2 {
regulator-name = "VDDIO_3V3_AOHV"; regulator-name = "VDDIO_3V3_AOHV";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
/* XXX */
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
}; };
...@@ -331,18 +318,12 @@ vdd_hdmi_1v05: ldo7 { ...@@ -331,18 +318,12 @@ vdd_hdmi_1v05: ldo7 {
regulator-name = "VDD_HDMI_1V05"; regulator-name = "VDD_HDMI_1V05";
regulator-min-microvolt = <1050000>; regulator-min-microvolt = <1050000>;
regulator-max-microvolt = <1050000>; regulator-max-microvolt = <1050000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
}; };
vdd_pex: ldo8 { vdd_pex: ldo8 {
regulator-name = "VDD_PEX_1V05"; regulator-name = "VDD_PEX_1V05";
regulator-min-microvolt = <1050000>; regulator-min-microvolt = <1050000>;
regulator-max-microvolt = <1050000>; regulator-max-microvolt = <1050000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
}; };
}; };
}; };
...@@ -390,10 +371,6 @@ vdd_1v8_ap: regulator@2 { ...@@ -390,10 +371,6 @@ vdd_1v8_ap: regulator@2 {
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
/* XXX */
regulator-always-on;
regulator-boot-on;
gpio = <&pmic 1 GPIO_ACTIVE_HIGH>; gpio = <&pmic 1 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
......
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