Skip to content

Commit cd3db98

Browse files
committed
arm64: dts: apple: t8103: Mark dwc3 and pcie nodes as dma-coherent
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent f52cb8b commit cd3db98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@
16251625
role-switch-default-mode = "host";
16261626
iommus = <&dwc3_0_dart_0 0>, <&dwc3_0_dart_1 1>;
16271627
power-domains = <&ps_atc0_usb>;
1628+
dma-coherent;
16281629
resets = <&atcphy0>;
16291630
phys = <&atcphy0 PHY_TYPE_USB2>, <&atcphy0 PHY_TYPE_USB3>;
16301631
phy-names = "usb2-phy", "usb3-phy";
@@ -1696,6 +1697,7 @@
16961697
role-switch-default-mode = "host";
16971698
iommus = <&dwc3_1_dart_0 0>, <&dwc3_1_dart_1 1>;
16981699
power-domains = <&ps_atc1_usb>;
1700+
dma-coherent;
16991701
resets = <&atcphy1>;
17001702
phys = <&atcphy1 PHY_TYPE_USB2>, <&atcphy1 PHY_TYPE_USB3>;
17011703
phy-names = "usb2-phy", "usb3-phy";
@@ -1824,6 +1826,8 @@
18241826
pinctrl-0 = <&pcie_pins>;
18251827
pinctrl-names = "default";
18261828

1829+
dma-coherent;
1830+
18271831
port00: pci@0,0 {
18281832
device_type = "pci";
18291833
reg = <0x0 0x0 0x0 0x0 0x0>;

0 commit comments

Comments
 (0)