From 4c3afa7eb952011fd211d372945535f44f662c01 Mon Sep 17 00:00:00 2001 From: Vidyakumar Athota Date: Wed, 12 Jun 2024 13:34:23 -0700 Subject: [PATCH] ARM: dts: qcom: update SID for eNPU access eNPU HW schedular access is denied for audio usecases . Update right SID to get eNPU access. Change-Id: Ic8884eca7873c07fec11cc00ce59dd408aa190c4 Signed-off-by: Vidyakumar Athota --- sun-audio.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sun-audio.dtsi b/sun-audio.dtsi index 00498bcb..d4147b83 100644 --- a/sun-audio.dtsi +++ b/sun-audio.dtsi @@ -57,7 +57,7 @@ compatible = "qcom,msm-audio-ion"; qcom,smmu-version = <2>; qcom,smmu-enabled; - iommus = <&apps_smmu 0x1001 0x0080>, <&apps_smmu 0x1061 0x0>; + iommus = <&apps_smmu 0x1001 0x0080>, <&apps_smmu 0x1041 0x20>; memory-region = <&audio_cnss_resv_region>; qcom,iommu-group = <&cnss_audio_iommu_group0>; qcom,smmu-sid-mask = /bits/ 64 <0xf>;