Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df023b88 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Enable IO coherency with USB device on Lahaina

USB device related memory allocation is always non-cacheable memory
and IO coherency is not enable with it. This change makes USB device
based memory allocation as cacheable and enable IO coherency with it.

Change-Id: Icb75d5165f9e46bb7d396c54f46b92b0c793dfdd
parent 1413240a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
		iommus = <&apps_smmu 0x0 0x0>;
		qcom,iommu-dma = "atomic";
		qcom,iommu-dma-addr-pool = <0x90000000 0x60000000>;
		dma-coherent;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
@@ -333,6 +334,7 @@
		iommus = <&apps_smmu 0x20 0x0>;
		qcom,iommu-dma = "atomic";
		qcom,iommu-dma-addr-pool = <0x90000000 0x60000000>;
		dma-coherent;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;