We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329fd21 commit e4f1655Copy full SHA for e4f1655
1 file changed
arch/arm64/boot/dts/apple/t8112-j473.dts
@@ -27,9 +27,23 @@
27
power-domains = <&ps_disp0_cpu0>, <&ps_dptx_ext_phy>;
28
};
29
30
-/* disable dcp until it is supported */
+&dptxphy {
31
+ status = "okay";
32
+};
33
+
34
&dcp {
- status = "disabled";
35
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>;
47
48
49
/*
0 commit comments