From 5e002d626dc3e209e615ebbbbc4bc6d05a30c68b Mon Sep 17 00:00:00 2001 From: Satish Babu Patakokila Date: Mon, 29 Jul 2024 17:23:54 +0530 Subject: [PATCH] ARM: dts: msm: update iommu address as per CNSS changes Update iommu address as per CNSS changes as audio and CNSS share same address space. Change-Id: I3f31a7d2bd0c3324051bedf9b733081f7cfa7879 Signed-off-by: Satish Babu Patakokila --- sun-audio.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sun-audio.dtsi b/sun-audio.dtsi index d4147b83..a6a18ab3 100644 --- a/sun-audio.dtsi +++ b/sun-audio.dtsi @@ -64,7 +64,7 @@ dma-coherent; audio_cnss_resv_region: audio_cnss_resv_region { - iommu-addresses = <&msm_audio_ion 0x00000000 0x88000000>, + iommu-addresses = <&msm_audio_ion 0x00000000 0x18000000>, <&msm_audio_ion 0xb0000000 0x50000000>; }; };