arm64: dts: qcom: sm8650: add missing qcom,non-secure-domain property
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 27 Feb 2024 12:53:06 +0000 (13:53 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 18 Mar 2024 02:32:28 +0000 (21:32 -0500)
By default the DSP domains are non secure, add the missing
qcom,non-secure-domain property to mark them as non-secure.

Fixes: 10e024671295 ("arm64: dts: qcom: sm8650: add interconnect dependent device nodes")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240227-topic-sm8x50-upstream-fastrpc-non-secure-domain-v1-3-15c4c864310f@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650.dtsi

index ba72d8f3842073fd481926009ce37075894dc8c8..1bfcf069c9ae059c2c2ae05aa074fa850e35f7e7 100644 (file)
 
                                        label = "adsp";
 
+                                       qcom,non-secure-domain;
+
                                        #address-cells = <1>;
                                        #size-cells = <0>;
 
 
                                        label = "cdsp";
 
+                                       qcom,non-secure-domain;
+
                                        #address-cells = <1>;
                                        #size-cells = <0>;