Skip to content

Commit 8100806

Browse files
lweiss-fairphoneandersson
authored andcommitted
arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property
By default the DSP domains are secure, add the missing qcom,non-secure-domain property to mark them as non-secure. Fixes: efc33c9 ("arm64: dts: qcom: sm6350: Add ADSP nodes") Fixes: 8eb5287 ("arm64: dts: qcom: sm6350: Add CDSP nodes") Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent cf4d6d5 commit 8100806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/qcom/sm6350.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,7 @@
13231323
compatible = "qcom,fastrpc";
13241324
qcom,glink-channels = "fastrpcglink-apps-dsp";
13251325
label = "adsp";
1326+
qcom,non-secure-domain;
13261327
#address-cells = <1>;
13271328
#size-cells = <0>;
13281329

@@ -1582,6 +1583,7 @@
15821583
compatible = "qcom,fastrpc";
15831584
qcom,glink-channels = "fastrpcglink-apps-dsp";
15841585
label = "cdsp";
1586+
qcom,non-secure-domain;
15851587
#address-cells = <1>;
15861588
#size-cells = <0>;
15871589

0 commit comments

Comments
 (0)