mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 20:35:23 +02:00
arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property
[ Upstream commit81008068ee
] By default the DSP domains are secure, add the missing qcom,non-secure-domain property to mark them as non-secure. Fixes:efc33c969f
("arm64: dts: qcom: sm6350: Add ADSP nodes") Fixes:8eb5287e8a
("arm64: dts: qcom: sm6350: Add CDSP nodes") Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/r/20240705-sm6350-fastrpc-fix-v2-1-89a43166c9bb@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
c2e8bdc0d0
commit
72ff9d2696
|
@ -1299,6 +1299,7 @@
|
||||||
compatible = "qcom,fastrpc";
|
compatible = "qcom,fastrpc";
|
||||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||||
label = "adsp";
|
label = "adsp";
|
||||||
|
qcom,non-secure-domain;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
@ -1559,6 +1560,7 @@
|
||||||
compatible = "qcom,fastrpc";
|
compatible = "qcom,fastrpc";
|
||||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||||
label = "cdsp";
|
label = "cdsp";
|
||||||
|
qcom,non-secure-domain;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user