From 8a8c40f33a1fa0d25ee6dd0d282213c9ca178ea6 Mon Sep 17 00:00:00 2001 From: Abhinav Parihar Date: Tue, 9 Jul 2024 14:24:33 +0530 Subject: [PATCH] arm64: dts: qcom: monaco: Remove coherent property for monaco Remove coherent proeprty for fastrpc smmu context banks in monaco target. Monaco target doesn't support IO coherency hence coherent property is not applicable for monaco. Change-Id: I9d1f46825b264c48dc519cf6be3cb1edb6241d70 Signed-off-by: Abhinav Parihar --- monaco/monaco-dsp.dtsi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/monaco/monaco-dsp.dtsi b/monaco/monaco-dsp.dtsi index 7bef63cf..a6589ed8 100644 --- a/monaco/monaco-dsp.dtsi +++ b/monaco/monaco-dsp.dtsi @@ -17,7 +17,6 @@ iommus = <&apps_smmu 0x01C3 0x0>; qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; qcom,iommu-faults = "stall-disable"; - dma-coherent; pd-type = <1>; /* ROOT_PD */ }; @@ -28,7 +27,6 @@ qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; qcom,iommu-faults = "stall-disable"; qcom,nsessions = <5>; - dma-coherent; pd-type = <3>; /* SENSORS_STATICPD */ }; @@ -38,7 +36,6 @@ iommus = <&apps_smmu 0x01C5 0x0>; qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; qcom,iommu-faults = "stall-disable"; - dma-coherent; pd-type = <2>; /* AUDIO_STATICPD */ }; @@ -48,7 +45,6 @@ iommus = <&apps_smmu 0x01C6 0x0>; qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; qcom,iommu-faults = "stall-disable"; - dma-coherent; pd-type = <7>; /* USERPD */ }; @@ -58,7 +54,6 @@ iommus = <&apps_smmu 0x01C7 0x0>; qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; qcom,iommu-faults = "stall-disable"; - dma-coherent; pd-type = <7>; /* USERPD */ }; };