mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
ARM: tegra: tf701t: Add HDMI bindings
Add HDMI nodes to ASUS TF701T device-tree. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
1f02c9fb3a
commit
fceb6acd5d
|
|
@ -57,6 +57,20 @@ trustzone@bfe00000 {
|
|||
};
|
||||
|
||||
host1x@50000000 {
|
||||
hdmi@54280000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-supply = <&hdmi_5v0_sys>;
|
||||
pll-supply = <&avdd_hdmi_pll>;
|
||||
vdd-supply = <&avdd_hdmi>;
|
||||
|
||||
port {
|
||||
hdmi_out: endpoint {
|
||||
remote-endpoint = <&connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
dsi@54300000 {
|
||||
status = "okay";
|
||||
|
||||
|
|
@ -1266,8 +1280,9 @@ light-sensor@1c {
|
|||
};
|
||||
};
|
||||
|
||||
i2c@7000c700 {
|
||||
/* HDMI DDC */
|
||||
hdmi_ddc: i2c@7000c700 {
|
||||
status = "okay";
|
||||
clock-frequency = <10000>;
|
||||
};
|
||||
|
||||
i2c@7000d000 {
|
||||
|
|
@ -1623,6 +1638,20 @@ clk32k_in: clock-32k {
|
|||
clock-output-names = "pmic-oscillator";
|
||||
};
|
||||
|
||||
connector {
|
||||
compatible = "hdmi-connector";
|
||||
type = "d";
|
||||
|
||||
hpd-gpios = <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
|
||||
ddc-i2c-bus = <&hdmi_ddc>;
|
||||
|
||||
port {
|
||||
connector_in: endpoint {
|
||||
remote-endpoint = <&hdmi_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
gpio-hall-sensor {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user