Skip to content

Commit 20481c0

Browse files
committed
arm64: dts: apple: t6022-j180d: Enable second HDMI port
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 89c121b commit 20481c0

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t6022-j180d.dts

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
atcphy6 = &atcphy2_die1;
2929
atcphy7 = &atcphy3_die1;
3030
bluetooth0 = &bluetooth0;
31+
dcpext0 = &dcpext0;
3132
ethernet0 = &ethernet0;
3233
ethernet1 = &ethernet1;
3334
serial0 = &serial0;
@@ -67,6 +68,46 @@
6768
status = "okay";
6869
};
6970

71+
&lpdptxphy {
72+
status = "okay";
73+
};
74+
75+
&display {
76+
iommus = <&dispext0_dart_die1 0>, <&dispext0_dart 0>;
77+
};
78+
79+
&dispext0_dart {
80+
status = "okay";
81+
};
82+
83+
&dcpext0_dart {
84+
status = "okay";
85+
};
86+
87+
&dcpext0_mbox {
88+
status = "okay";
89+
};
90+
91+
&dcpext0 {
92+
status = "okay";
93+
apple,connector-type = "HDMI-A";
94+
95+
/* HDMI HPD gpio, used as interrupt*/
96+
hdmi-hpd-gpios = <&pinctrl_aop 25 GPIO_ACTIVE_HIGH>;
97+
98+
// shared between dp2hdmi-gpio0 / dp2hdmi-gpio1
99+
// hdmi-pwren-gpios = <&smc_gpio 23 GPIO_ACTIVE_HIGH>;
100+
101+
phys = <&lpdptxphy>;
102+
phy-names = "dp-phy";
103+
apple,dptx-phy = <4>;
104+
apple,dptx-die = <0>;
105+
};
106+
107+
&dpaudio1 {
108+
status = "okay";
109+
};
110+
70111
/* USB Type C Rear */
71112
&i2c0 {
72113
hpm2: usb-pd@3b {

0 commit comments

Comments
 (0)