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>
---
.../boot/dts/nvidia/tegra30-asus-tf600t.dts | 21 +++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dts b/arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dts
index 1ed0536ae3fa..498780a96cf9 100644
--- a/arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dts
+++ b/arch/arm/boot/dts/nvidia/tegra30-asus-tf600t.dts
@@ -67,8 +67,11 @@ hdmi: hdmi@54280000 {
pll-supply = <&vdd_1v8_vio>;
vdd-supply = <&vdd_3v3_sys>;
- nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
- nvidia,ddc-i2c-bus = <&hdmi_ddc>;
+ port {
+ hdmi_out: endpoint {
+ remote-endpoint = <&connector_in>;
+ };
+ };
};
lcd: dsi@54300000 {
@@ -2302,6 +2305,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>;
+ };
+ };
+ };
+
cpus {
cpu0: cpu@0 {
cpu-supply = <&vdd_cpu>;
--
2.51.0
On Mon, Feb 23, 2026 at 08:55:00AM +0200, Svyatoslav Ryhel wrote: > 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> > --- > .../boot/dts/nvidia/tegra30-asus-tf600t.dts | 21 +++++++++++++++++-- > 1 file changed, 19 insertions(+), 2 deletions(-) Two things about you commit messages that I have to fixup every time: 1. caps after the subject prefix 2. wrap commit message at 72 characters Both patches applied, thanks. Thierry
27 березня 2026 р. 17:18:42 GMT+02:00, Thierry Reding <thierry.reding@kernel.org> пише: >On Mon, Feb 23, 2026 at 08:55:00AM +0200, Svyatoslav Ryhel wrote: >> 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> >> --- >> .../boot/dts/nvidia/tegra30-asus-tf600t.dts | 21 +++++++++++++++++-- >> 1 file changed, 19 insertions(+), 2 deletions(-) > >Two things about you commit messages that I have to fixup every time: > > 1. caps after the subject prefix Prefix ends with ':' which does not imply using of capital letter as '.' '!' or '?' do. Linux documentation does not regulate this. Even more, examples use lower case [PATCH 001/123] subsystem: summary phrase > 2. wrap commit message at 72 characters > The body of the explanation, line wrapped at 75 columns, which will be copied to the permanent changelog to describe this patch. The commit message is wrapped by 75 characters, as linux documentation requests. >Both patches applied, thanks. > >Thierry
On Fri, Mar 27, 2026 at 05:28:04PM +0200, Svyatoslav Ryhel wrote: > > > 27 березня 2026 р. 17:18:42 GMT+02:00, Thierry Reding <thierry.reding@kernel.org> пише: > >On Mon, Feb 23, 2026 at 08:55:00AM +0200, Svyatoslav Ryhel wrote: > >> 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> > >> --- > >> .../boot/dts/nvidia/tegra30-asus-tf600t.dts | 21 +++++++++++++++++-- > >> 1 file changed, 19 insertions(+), 2 deletions(-) > > > >Two things about you commit messages that I have to fixup every time: > > > > 1. caps after the subject prefix > > Prefix ends with ':' which does not imply using of capital letter as '.' '!' or '?' do. Linux documentation does not regulate this. > > Even more, examples use lower case > > [PATCH 001/123] subsystem: summary phrase I don't care. > > 2. wrap commit message at 72 characters > > > > The body of the explanation, line wrapped at 75 columns, which will be copied to the permanent changelog to describe this patch. > > The commit message is wrapped by 75 characters, as linux documentation requests. Fine, I'll accept 75 columns then. Pay attention to point 1 though. Helps keep me in a good mood. Thierry
© 2016 - 2026 Red Hat, Inc.