From 08061321521b851468d7d559c9eaa6c9dd2417c5 Mon Sep 17 00:00:00 2001 From: Santosh Date: Fri, 20 Dec 2024 13:46:07 +0530 Subject: [PATCH] ARM: dts: msm: Update PD type from the unsigned PD pool to user PD For the Parrot target DSP, the QURT kernel does not support multiple unsigned sessions with the same SID, resulting in spawn failures for subsequent unsigned sessions. To address this, update the PD type property from the unsigned PD pool to user PD. Change-Id: Ic8afce3b318e4ccbbd5d682d4c14006d52920e97 Signed-off-by: Santosh --- parrot/parrot-dsp.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parrot/parrot-dsp.dtsi b/parrot/parrot-dsp.dtsi index a7eac1aa..150a6ea5 100644 --- a/parrot/parrot-dsp.dtsi +++ b/parrot/parrot-dsp.dtsi @@ -199,7 +199,7 @@ dma-coherent; qcom,iova-max-align-shift = <9>; - pd-type = <9>; + pd-type = <7>; alloc-size-range = <0x0 0xFFFFFFFF>; }; @@ -213,7 +213,7 @@ dma-coherent; qcom,iova-max-align-shift = <9>; - pd-type = <9>; + pd-type = <7>; alloc-size-range = <0x0 0xFFFFFFFF>; }; @@ -227,7 +227,7 @@ dma-coherent; qcom,iova-max-align-shift = <9>; - pd-type = <9>; + pd-type = <7>; alloc-size-range = <0x0 0xFFFFFFFF>; }; };