We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fece479 commit 78871c4Copy full SHA for 78871c4
1 file changed
arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi
@@ -107,6 +107,19 @@
107
mux-control-names = "dp-xbar";
108
mux-index = <0>;
109
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
123
};
124
125
/* remove once m1n1 enables sio nodes after setup */
@@ -554,7 +567,17 @@
554
567
555
568
556
569
&atcphy3 {
557
- status = "disabled";
570
571
572
573
574
+ port@2 {
575
+ reg = <2>;
576
+ atcphy3_dp: endpoint {
577
+ remote-endpoint = <&decpext0_dpout>;
578
579
580
558
581
559
582
560
583
&aop_mbox {
0 commit comments