Skip to content

Commit 10e759a

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 901b34b commit 10e759a

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
@@ -1571,6 +1571,13 @@
15711571
power-domains = <&ps_atc0_usb>;
15721572
};
15731573

1574+
atcphy0_xbar: mux@38304c000 {
1575+
compatible = "apple,t8103-display-crossbar";
1576+
reg = <0x3 0x8304c000 0x0 0x4000>;
1577+
#mux-control-cells = <1>;
1578+
power-domains = <&ps_atc0_usb>;
1579+
};
1580+
15741581
dwc3_1: usb@502280000 {
15751582
compatible = "apple,t8103-dwc3";
15761583
reg = <0x5 0x02280000 0x0 0xcd00>, <0x5 0x0228cd00 0x0 0x3200>;
@@ -1623,6 +1630,13 @@
16231630
power-domains = <&ps_atc1_usb>;
16241631
};
16251632

1633+
atcphy1_xbar: mux@50304c000 {
1634+
compatible = "apple,t8103-display-crossbar";
1635+
reg = <0x5 0x0304c000 0x0 0x4000>;
1636+
#mux-control-cells = <1>;
1637+
power-domains = <&ps_atc1_usb>;
1638+
};
1639+
16261640
pcie0_dart_0: iommu@681008000 {
16271641
compatible = "apple,t8103-dart";
16281642
reg = <0x6 0x81008000 0x0 0x4000>;

0 commit comments

Comments
 (0)