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

Commit 9a86c181 authored by Venkata Rao Kakani's avatar Venkata Rao Kakani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: bypass S1 dma mappings in Linux guest

set qcom,iommu-dma = "bypass" for all gvm targets.

Change-Id: I701c197b658ca2be4fae127fb158ca58151b843a
parent c918c8a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -436,12 +436,12 @@
&qupv3_0 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_1 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};
+4 −4
Original line number Diff line number Diff line
@@ -862,25 +862,25 @@
&qupv3_0 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_1 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_2 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_3 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&pcie_rc0 {
+3 −3
Original line number Diff line number Diff line
@@ -893,19 +893,19 @@
&qupv3_0 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_1 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_2 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
	qcom,iommu-dma = "atomic";
	qcom,iommu-dma = "bypass";
};

&qupv3_3 {