Skip to content

Commit b956e25

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 ae4d629 commit b956e25

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
@@ -1691,6 +1691,13 @@
16911691
power-domains = <&ps_atc0_usb>;
16921692
};
16931693

1694+
atcphy0_xbar: mux@38304c000 {
1695+
compatible = "apple,t8103-display-crossbar";
1696+
reg = <0x3 0x8304c000 0x0 0x4000>;
1697+
#mux-control-cells = <1>;
1698+
power-domains = <&ps_atc0_usb>;
1699+
};
1700+
16941701
dwc3_1: usb@502280000 {
16951702
compatible = "apple,t8103-dwc3";
16961703
reg = <0x5 0x02280000 0x0 0xcd00>, <0x5 0x0228cd00 0x0 0x3200>;
@@ -1764,6 +1771,13 @@
17641771
power-domains = <&ps_atc1_usb>;
17651772
};
17661773

1774+
atcphy1_xbar: mux@50304c000 {
1775+
compatible = "apple,t8103-display-crossbar";
1776+
reg = <0x5 0x0304c000 0x0 0x4000>;
1777+
#mux-control-cells = <1>;
1778+
power-domains = <&ps_atc1_usb>;
1779+
};
1780+
17671781
pcie0_dart_0: iommu@681008000 {
17681782
compatible = "apple,t8103-dart";
17691783
reg = <0x6 0x81008000 0x0 0x4000>;

0 commit comments

Comments
 (0)