Message ID | 20240705-sm6350-fastrpc-fix-v2-1-89a43166c9bb@fairphone.com |
---|---|
State | Superseded |
Headers | show |
Series | [v2] arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property | expand |
On Fri, 05 Jul 2024 09:43:11 +0200, Luca Weiss wrote: > By default the DSP domains are secure, add the missing > qcom,non-secure-domain property to mark them as non-secure. > > Applied, thanks! [1/1] arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property commit: 81008068ee4f2c4c26e97a0404405bb4b450241b Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index 46e122c4421c..8b9bff38e687 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -1323,6 +1323,7 @@ fastrpc { compatible = "qcom,fastrpc"; qcom,glink-channels = "fastrpcglink-apps-dsp"; label = "adsp"; + qcom,non-secure-domain; #address-cells = <1>; #size-cells = <0>; @@ -1582,6 +1583,7 @@ fastrpc { compatible = "qcom,fastrpc"; qcom,glink-channels = "fastrpcglink-apps-dsp"; label = "cdsp"; + qcom,non-secure-domain; #address-cells = <1>; #size-cells = <0>;