Skip to content

Commit 78871c4

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 fece479 commit 78871c4

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

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

Lines changed: 24 additions & 1 deletion
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 */
@@ -554,7 +567,17 @@
554567
};
555568

556569
&atcphy3 {
557-
status = "disabled";
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+
};
558581
};
559582

560583
&aop_mbox {

0 commit comments

Comments
 (0)