Skip to content

Commit b516b58

Browse files
committed
arm64: dts: apple: t6022-j180d: Enable second HDMI port
Signed-off-by: Janne Grunau <[email protected]>
1 parent 020b056 commit b516b58

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

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

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
atcphy6 = &atcphy2_die1;
2626
atcphy7 = &atcphy3_die1;
2727
//bluetooth0 = &bluetooth0; // ADT misses calibration data
28+
dcpext0 = &dcpext0;
2829
ethernet0 = &ethernet0;
2930
ethernet1 = &ethernet1;
3031
nvram = &nvram;
@@ -65,6 +66,46 @@
6566
status = "okay";
6667
};
6768

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

0 commit comments

Comments
 (0)