Skip to content

Commit d5956d0

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,6 +1712,7 @@
17121712
iommus = <&dwc3_0_dart_0 0>, <&dwc3_0_dart_1 1>;
17131713
power-domains = <&ps_atc0_usb>;
17141714
resets = <&atcphy0>;
1715+
dma-coherent;
17151716
phys = <&atcphy0 PHY_TYPE_USB2>, <&atcphy0 PHY_TYPE_USB3>;
17161717
phy-names = "usb2-phy", "usb3-phy";
17171718
};
@@ -1782,6 +1783,7 @@
17821783
role-switch-default-mode = "host";
17831784
iommus = <&dwc3_1_dart_0 0>, <&dwc3_1_dart_1 1>;
17841785
power-domains = <&ps_atc1_usb>;
1786+
dma-coherent;
17851787
resets = <&atcphy1>;
17861788
phys = <&atcphy1 PHY_TYPE_USB2>, <&atcphy1 PHY_TYPE_USB3>;
17871789
phy-names = "usb2-phy", "usb3-phy";
@@ -1920,6 +1922,8 @@
19201922
pinctrl-0 = <&pcie_pins>;
19211923
pinctrl-names = "default";
19221924

1925+
dma-coherent;
1926+
19231927
port00: pci@0,0 {
19241928
device_type = "pci";
19251929
reg = <0x0 0x0 0x0 0x0 0x0>;

0 commit comments

Comments
 (0)