Skip to content

Commit fece479

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 10e759a commit fece479

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
@@ -1660,6 +1660,13 @@
16601660
power-domains = <&ps_atc0_usb>;
16611661
};
16621662

1663+
atcphy0_xbar: mux@38304c000 {
1664+
compatible = "apple,t8112-display-crossbar", "apple,t8103-display-crossbar";
1665+
reg = <0x3 0x8304c000 0x0 0x4000>;
1666+
#mux-control-cells = <1>;
1667+
power-domains = <&ps_atc0_usb>;
1668+
};
1669+
16631670
dwc3_1: usb@502280000 {
16641671
compatible = "apple,t8112-dwc3", "apple,t8103-dwc3";
16651672
reg = <0x5 0x02280000 0x0 0xcd00>, <0x5 0x0228cd00 0x0 0x3200>;
@@ -1712,6 +1719,13 @@
17121719
power-domains = <&ps_atc1_usb>;
17131720
};
17141721

1722+
atcphy1_xbar: mux@50304c000 {
1723+
compatible = "apple,t8112-display-crossbar", "apple,t8103-display-crossbar";
1724+
reg = <0x5 0x0304c000 0x0 0x4000>;
1725+
#mux-control-cells = <1>;
1726+
power-domains = <&ps_atc1_usb>;
1727+
};
1728+
17151729
pcie0_dart: iommu@681008000 {
17161730
compatible = "apple,t8110-dart";
17171731
reg = <0x6 0x81008000 0x0 0x4000>;

0 commit comments

Comments
 (0)