Skip to content

Commit 7f34a45

Browse files
jannaumarcan
authored andcommitted
arm64: dts: apple: t8112-j473: Enable dcp/dptx-phy/dp2hdmi
After all parts are in place enable DCP on the M2 Mac Mini for HDMI output. Signed-off-by: Janne Grunau <[email protected]>
1 parent 348482b commit 7f34a45

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

arch/arm64/boot/dts/apple/t8112-j473.dts

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,23 @@
2727
power-domains = <&ps_disp0_cpu0>, <&ps_dptx_ext_phy>;
2828
};
2929

30-
/* disable dcp until it is supported */
30+
&dptxphy {
31+
status = "okay";
32+
};
33+
3134
&dcp {
32-
status = "disabled";
35+
status = "okay";
36+
apple,connector-type = "HDMI-A";
37+
38+
/* HDMI HPD gpio, used as interrupt*/
39+
hdmi-hpd-gpios = <&pinctrl_aop 49 GPIO_ACTIVE_HIGH>;
40+
41+
hdmi-pwren-gpios = <&smc_gpio 21 GPIO_ACTIVE_HIGH>;
42+
dp2hdmi-pwren-gpios = <&smc_gpio 22 GPIO_ACTIVE_HIGH>;
43+
44+
phys = <&dptxphy>;
45+
phy-names = "dp-phy";
46+
apple,dptx-phy = <5>;
3347
};
3448

3549
/*

0 commit comments

Comments
 (0)