Skip to content

Commit 0551748

Browse files
committed
rm64: dts: apple: t8103: 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 961be03 commit 0551748

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,13 @@
16931693
power-domains = <&ps_atc0_usb>;
16941694
};
16951695

1696+
atcphy0_xbar: mux@38304c000 {
1697+
compatible = "apple,t8103-display-crossbar";
1698+
reg = <0x3 0x8304c000 0x0 0x4000>;
1699+
#mux-control-cells = <1>;
1700+
power-domains = <&ps_atc0_usb>;
1701+
};
1702+
16961703
dwc3_1: usb@502280000 {
16971704
compatible = "apple,t8103-dwc3";
16981705
reg = <0x5 0x02280000 0x0 0xcd00>, <0x5 0x0228cd00 0x0 0x3200>;
@@ -1768,6 +1775,13 @@
17681775
power-domains = <&ps_atc1_usb>;
17691776
};
17701777

1778+
atcphy1_xbar: mux@50304c000 {
1779+
compatible = "apple,t8103-display-crossbar";
1780+
reg = <0x5 0x0304c000 0x0 0x4000>;
1781+
#mux-control-cells = <1>;
1782+
power-domains = <&ps_atc1_usb>;
1783+
};
1784+
17711785
pcie0_dart_0: iommu@681008000 {
17721786
compatible = "apple,t8103-dart";
17731787
reg = <0x6 0x81008000 0x0 0x4000>;

0 commit comments

Comments
 (0)