summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-01-06 15:24:36 +0100
committerThierry Reding <treding@nvidia.com>2014-01-10 10:15:37 +0100
commitde18f939caa7338e3d9455e992909a6f352311f0 (patch)
tree1994f3be164e1f83532e3131f1cf7d3362af47be
parentdfe937d70a216ddc01632e4f47b2794f4be68f31 (diff)
ARM: tegra: Remove 3.3V supply and modem regulators
GPIO 1 and 2 of the PMIC are not used for the described purpose, so remove them. Signed-off-by: Thierry Reding <treding@nvidia.com> --- Note: Removing these makes the work-in-progress eDP support work again.
-rw-r--r--arch/arm/boot/dts/tegra124-venice2.dts22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts
index c6dcef513e5d..4b3f3658e7ff 100644
--- a/arch/arm/boot/dts/tegra124-venice2.dts
+++ b/arch/arm/boot/dts/tegra124-venice2.dts
@@ -980,28 +980,6 @@
regulator-always-on;
};
- vdd_3v3_reg: regulator@1 {
- compatible = "regulator-fixed";
- reg = <1>;
- regulator-name = "vdd_3v3";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-always-on;
- regulator-boot-on;
- enable-active-high;
- gpio = <&as3722 1 GPIO_ACTIVE_HIGH>;
- };
-
- vdd_3v3_modem_reg: regulator@2 {
- compatible = "regulator-fixed";
- reg = <2>;
- regulator-name = "vdd-modem-3v3";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- enable-active-high;
- gpio = <&as3722 2 GPIO_ACTIVE_HIGH>;
- };
-
vdd_hdmi_5v0_reg: regulator@3 {
compatible = "regulator-fixed";
reg = <3>;