提交 597eb8e1 编写于 作者: T Thierry Reding 提交者: Stephen Warren

ARM: tegra: beaver - 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: NThierry Reding <treding@nvidia.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 ad0acf78
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
hdmi@54280000 { hdmi@54280000 {
status = "okay"; status = "okay";
hdmi-supply = <&vdd_5v0_hdmi>;
vdd-supply = <&sys_3v3_reg>; vdd-supply = <&sys_3v3_reg>;
pll-supply = <&vio_reg>; pll-supply = <&vio_reg>;
...@@ -478,6 +479,17 @@ ...@@ -478,6 +479,17 @@
gpio = <&gpio TEGRA_GPIO(L, 7) GPIO_ACTIVE_HIGH>; gpio = <&gpio TEGRA_GPIO(L, 7) GPIO_ACTIVE_HIGH>;
vin-supply = <&sys_3v3_reg>; vin-supply = <&sys_3v3_reg>;
}; };
vdd_5v0_hdmi: regulator@8 {
compatible = "regulator-fixed";
reg = <8>;
regulator-name = "+VDD_5V_HDMI";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
regulator-boot-on;
vin-supply = <&sys_3v3_reg>;
};
}; };
sound { sound {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册