Skip to content

Commit 8acdb94

Browse files
diogoivothierryreding
authored andcommitted
arm64: tegra: smaug: Enable DisplayPort via USB-C port
Enable both SOR and DPAUX modules allowing the USB-C port to transmit video in DP altmode. Tested on several monitors with USB-C to HDMI adapter. Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 7263d6a commit 8acdb94

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
};
3232

3333
host1x@50000000 {
34+
dpaux1: dpaux@54040000 {
35+
vdd-supply = <&pp3300>;
36+
status = "okay";
37+
};
38+
3439
dsia: dsi@54300000 {
3540
avdd-dsi-csi-supply = <&vdd_dsi_csi>;
3641
status = "okay";
@@ -58,6 +63,13 @@
5863
};
5964
};
6065

66+
sor1: sor@54580000 {
67+
avdd-io-hdmi-dp-supply = <&pp1800>;
68+
vdd-hdmi-dp-pll-supply = <&avddio_1v05>;
69+
nvidia,dpaux = <&dpaux1>;
70+
status = "okay";
71+
};
72+
6173
dpaux: dpaux@545c0000 {
6274
status = "okay";
6375
};

0 commit comments

Comments
 (0)