File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
arch/arm64/boot/dts/apple Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 2525 atcphy6 = &atcphy2_die1;
2626 atcphy7 = &atcphy3_die1;
2727 //bluetooth0 = &bluetooth0; // ADT misses calibration data
28+ dcpext0 = &dcpext0;
2829 ethernet0 = ðernet0;
2930 ethernet1 = ðernet1;
3031 nvram = &nvram;
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 {
You can’t perform that action at this time.
0 commit comments