Skip to content

Commit 464aac3

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra: transformers: Add connector node
All ASUS Transformers have micro-HDMI connector directly available. After Tegra HDMI got bridge/connector support, we should use connector framework for proper HW description. Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS TF T30 Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF101 T20 Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # ASUS TF201 T30 Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 48170e7 commit 464aac3

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dts

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@
6262
pll-supply = <&vdd_1v8_vio>;
6363
vdd-supply = <&vdd_3v3_sys>;
6464

65-
nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
66-
nvidia,ddc-i2c-bus = <&hdmi_ddc>;
65+
port {
66+
hdmi_out: endpoint {
67+
remote-endpoint = <&hdmi_connector_in>;
68+
};
69+
};
6770
};
6871
};
6972

@@ -2174,6 +2177,20 @@
21742177
clock-output-names = "pmic-oscillator";
21752178
};
21762179

2180+
hdmi-connector {
2181+
compatible = "hdmi-connector";
2182+
type = "d";
2183+
2184+
hpd-gpios = <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
2185+
ddc-i2c-bus = <&hdmi_ddc>;
2186+
2187+
port {
2188+
hdmi_connector_in: endpoint {
2189+
remote-endpoint = <&hdmi_out>;
2190+
};
2191+
};
2192+
};
2193+
21772194
cpus {
21782195
cpu0: cpu@0 {
21792196
cpu-supply = <&vdd_cpu>;

0 commit comments

Comments
 (0)