Skip to content

Commit b7aa8b2

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 0551748 commit b7aa8b2

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
@@ -1778,6 +1778,13 @@
17781778
power-domains = <&ps_atc0_usb>;
17791779
};
17801780

1781+
atcphy0_xbar: mux@38304c000 {
1782+
compatible = "apple,t8112-display-crossbar", "apple,t8103-display-crossbar";
1783+
reg = <0x3 0x8304c000 0x0 0x4000>;
1784+
#mux-control-cells = <1>;
1785+
power-domains = <&ps_atc0_usb>;
1786+
};
1787+
17811788
dwc3_1: usb@502280000 {
17821789
compatible = "apple,t8112-dwc3", "apple,t8103-dwc3";
17831790
reg = <0x5 0x02280000 0x0 0xcd00>, <0x5 0x0228cd00 0x0 0x3200>;
@@ -1851,6 +1858,13 @@
18511858
power-domains = <&ps_atc1_usb>;
18521859
};
18531860

1861+
atcphy1_xbar: mux@50304c000 {
1862+
compatible = "apple,t8112-display-crossbar", "apple,t8103-display-crossbar";
1863+
reg = <0x5 0x0304c000 0x0 0x4000>;
1864+
#mux-control-cells = <1>;
1865+
power-domains = <&ps_atc1_usb>;
1866+
};
1867+
18541868
pcie0_dart: iommu@681008000 {
18551869
compatible = "apple,t8110-dart";
18561870
reg = <0x6 0x81008000 0x0 0x4000>;

0 commit comments

Comments
 (0)