Re: [PATCH] arm64: dts: qcom: sc8280xp: Add missing qcom,non-secure-domain property

From: Konrad Dybcio

Date: Fri May 08 2026 - 05:40:53 EST


On 5/7/26 4:54 PM, Xilin Wu wrote:
> By default the DSP domains are secure, add the missing
> qcom,non-secure-domain property to mark them as non-secure.
>
> Fixes: 152d1faf1e2f ("arm64: dts: qcom: add SC8280XP platform")
> Signed-off-by: Xilin Wu <sophon@xxxxxxxxx>
> ---

The CDSP accepts both secure and non-secure code and the driver creates
both "endpoints" regardless of this property

Konrad