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

Commit 5469f6f0 authored by Yue Ma's avatar Yue Ma
Browse files

ARM: dts: msm: Disable SMMU error fatal for WLAN on Kona

Currently, after enabling SMMU stage 1, SMMU driver will panic by
default if there is a SMMU fault. Config SMMU driver not to panic
for WLAN so that CNSS driver is able to force device enter RDDM
mode and collect firmware dump after SMMU fault.

Change-Id: I1638de7c8af17070e33b374d6a5100415549e7fe
parent 099aa2a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4842,7 +4842,8 @@
			qcom,iommu-dma-addr-pool = <0xa0000000 0x10000000>;
			qcom,iommu-dma = "fastmap";
			qcom,iommu-pagetable = "coherent";
			qcom,iommu-faults = "stall-disable", "no-CFRE";
			qcom,iommu-faults = "stall-disable", "no-CFRE",
					    "non-fatal";
		};
	};
};