ARM: dts: msm: Change iommu-dma to atomic from fastmap for Monaco

Fix the memory mapping error for non dma-coherent target Monaco
when iommu-dma is used as "fastmap" by changing it to "atomic".

Hence, Change iommu-dma to atomic setting.

Change-Id: Ic21cbd4d5e9e429dd6aa577652d0ccb1a9acc99c
Signed-off-by: Viken Dadhaniya <quic_vdadhani@quicinc.com>
This commit is contained in:
Viken Dadhaniya
2024-08-24 17:06:20 +05:30
committed by Somesh Dey
parent f6652a0da3
commit bd55757e4b

View File

@@ -54,7 +54,7 @@
iommus = <&apps_smmu 0xe3 0x0>; iommus = <&apps_smmu 0xe3 0x0>;
qcom,iommu-dma-addr-pool = <0x40000000 0xc0000000>; qcom,iommu-dma-addr-pool = <0x40000000 0xc0000000>;
qcom,iommu-geometry = <0x40000000 0x10000000>; qcom,iommu-geometry = <0x40000000 0x10000000>;
qcom,iommu-dma = "fastmap"; qcom,iommu-dma = "atomic";
ranges; ranges;
status = "ok"; status = "ok";