aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra114-dalmore.dts
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-04-25 11:44:50 -0400
committerStephen Warren <swarren@nvidia.com>2014-04-28 11:57:41 -0400
commit4adb123d335ecfc0da304585b3b5a4582f9db5dd (patch)
tree82d9df929d6809e94b444ce24ca1cda4fcd528fc /arch/arm/boot/dts/tegra114-dalmore.dts
parent597eb8e187c4902d21536fed3edd98bf24696d1d (diff)
ARM: tegra: dalmore - Add +5V HDMI supply
This supply controls the +5V pin on the HDMI connector, which in turn is used by attached sinks to return the hotplug detect signal. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r--arch/arm/boot/dts/tegra114-dalmore.dts14
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index a288a12823ed..a95a75145a96 100644
--- a/arch/arm/boot/dts/tegra114-dalmore.dts
+++ b/arch/arm/boot/dts/tegra114-dalmore.dts
@@ -25,6 +25,7 @@
25 hdmi@54280000 { 25 hdmi@54280000 {
26 status = "okay"; 26 status = "okay";
27 27
28 hdmi-supply = <&vdd_5v0_hdmi>;
28 vdd-supply = <&vdd_hdmi_reg>; 29 vdd-supply = <&vdd_hdmi_reg>;
29 pll-supply = <&palmas_smps3_reg>; 30 pll-supply = <&palmas_smps3_reg>;
30 31
@@ -1231,8 +1232,6 @@
1231 regulator-name = "vdd_hdmi_5v0"; 1232 regulator-name = "vdd_hdmi_5v0";
1232 regulator-min-microvolt = <5000000>; 1233 regulator-min-microvolt = <5000000>;
1233 regulator-max-microvolt = <5000000>; 1234 regulator-max-microvolt = <5000000>;
1234 enable-active-high;
1235 gpio = <&gpio TEGRA_GPIO(K, 1) GPIO_ACTIVE_HIGH>;
1236 vin-supply = <&tps65090_dcdc1_reg>; 1235 vin-supply = <&tps65090_dcdc1_reg>;
1237 }; 1236 };
1238 1237
@@ -1245,6 +1244,17 @@
1245 enable-active-high; 1244 enable-active-high;
1246 gpio = <&palmas_gpio 6 0>; 1245 gpio = <&palmas_gpio 6 0>;
1247 }; 1246 };
1247
1248 vdd_5v0_hdmi: regulator@7 {
1249 compatible = "regulator-fixed";
1250 reg = <7>;
1251 regulator-name = "VDD_5V0_HDMI_CON";
1252 regulator-min-microvolt = <5000000>;
1253 regulator-max-microvolt = <5000000>;
1254 gpio = <&gpio TEGRA_GPIO(K, 1) GPIO_ACTIVE_HIGH>;
1255 enable-active-high;
1256 vin-supply = <&tps65090_dcdc1_reg>;
1257 };
1248 }; 1258 };
1249 1259
1250 sound { 1260 sound {