Skip to content

Commit 51bf311

Browse files
committed
arm64: dts: apple: Connect dcp and atc-phy for dp2hdmi on Macbook Pros
The type-c mux lookup requires a graph connection between dcp and atc-phy. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b7aa8b2 commit 51bf311

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,19 @@
107107
mux-control-names = "dp-xbar";
108108
mux-index = <0>;
109109
apple,dptx-phy = <3>;
110+
111+
ports {
112+
#address-cells = <1>;
113+
#size-cells = <0>;
114+
115+
port@1 {
116+
reg = <1>;
117+
118+
decpext0_dpout: endpoint {
119+
remote-endpoint = <&atcphy3_dp>;
120+
};
121+
};
122+
};
110123
};
111124

112125
/* remove once m1n1 enables sio nodes after setup */
@@ -553,6 +566,20 @@
553566
};
554567
};
555568

569+
&atcphy3 {
570+
ports {
571+
#address-cells = <1>;
572+
#size-cells = <0>;
573+
574+
port@2 {
575+
reg = <2>;
576+
atcphy3_dp: endpoint {
577+
remote-endpoint = <&decpext0_dpout>;
578+
};
579+
};
580+
};
581+
};
582+
556583
&aop_mbox {
557584
status = "okay";
558585
};

0 commit comments

Comments
 (0)