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 <quic_ssakore@quicinc.com>
This commit is contained in:
@@ -199,7 +199,7 @@
|
|||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
|
||||||
qcom,iova-max-align-shift = <9>;
|
qcom,iova-max-align-shift = <9>;
|
||||||
pd-type = <9>;
|
pd-type = <7>;
|
||||||
alloc-size-range = <0x0 0xFFFFFFFF>;
|
alloc-size-range = <0x0 0xFFFFFFFF>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
|
||||||
qcom,iova-max-align-shift = <9>;
|
qcom,iova-max-align-shift = <9>;
|
||||||
pd-type = <9>;
|
pd-type = <7>;
|
||||||
alloc-size-range = <0x0 0xFFFFFFFF>;
|
alloc-size-range = <0x0 0xFFFFFFFF>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -227,7 +227,7 @@
|
|||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
|
||||||
qcom,iova-max-align-shift = <9>;
|
qcom,iova-max-align-shift = <9>;
|
||||||
pd-type = <9>;
|
pd-type = <7>;
|
||||||
alloc-size-range = <0x0 0xFFFFFFFF>;
|
alloc-size-range = <0x0 0xFFFFFFFF>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user