Skip to content

Commit a7ddd9e

Browse files
committed
rm64: dts: apple: t8112: Add ATC display crossbar devices
These are mux devices which control which DCP source is routed to DP complex in ATC. The display signals are either routed to the DP phy for DP-altmode or one of two DP in Thunderbolt/USB4 tunnels. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b956e25 commit a7ddd9e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8112.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,13 @@
17761776
power-domains = <&ps_atc0_usb>;
17771777
};
17781778

1779+
atcphy0_xbar: mux@38304c000 {
1780+
compatible = "apple,t8112-display-crossbar", "apple,t8103-display-crossbar";
1781+
reg = <0x3 0x8304c000 0x0 0x4000>;
1782+
#mux-control-cells = <1>;
1783+
power-domains = <&ps_atc0_usb>;
1784+
};
1785+
17791786
dwc3_1: usb@502280000 {
17801787
compatible = "apple,t8112-dwc3", "apple,t8103-dwc3";
17811788
reg = <0x5 0x02280000 0x0 0xcd00>, <0x5 0x0228cd00 0x0 0x3200>;
@@ -1847,6 +1854,13 @@
18471854
power-domains = <&ps_atc1_usb>;
18481855
};
18491856

1857+
atcphy1_xbar: mux@50304c000 {
1858+
compatible = "apple,t8112-display-crossbar", "apple,t8103-display-crossbar";
1859+
reg = <0x5 0x0304c000 0x0 0x4000>;
1860+
#mux-control-cells = <1>;
1861+
power-domains = <&ps_atc1_usb>;
1862+
};
1863+
18501864
pcie0_dart: iommu@681008000 {
18511865
compatible = "apple,t8110-dart";
18521866
reg = <0x6 0x81008000 0x0 0x4000>;

0 commit comments

Comments
 (0)