We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aa8b2 commit 51bf311Copy full SHA for 51bf311
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 */
@@ -553,6 +566,20 @@
553
566
554
567
555
568
569
+&atcphy3 {
570
571
572
573
574
+ port@2 {
575
+ reg = <2>;
576
+ atcphy3_dp: endpoint {
577
+ remote-endpoint = <&decpext0_dpout>;
578
579
580
581
+};
582
556
583
&aop_mbox {
557
584
status = "okay";
558
585
0 commit comments