[PATCH v1] arm64: dts: qcom: sc7280: Make ADSP a secure fastrpc domain
From: Ekansh Gupta
Date: Wed Nov 13 2024 - 00:01:27 EST
FastRPC framework treats ADSP as a secure domain on sc7280 SoC
which means that only secure fastrpc device node should be
created for ADSP remoteproc. Remove the non-secure-domain
property from ADSP fastrpc node.
Signed-off-by: Ekansh Gupta <quic_ekangupt@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 3d8410683402..c633926c0f33 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -3852,7 +3852,6 @@ fastrpc {
compatible = "qcom,fastrpc";
qcom,glink-channels = "fastrpcglink-apps-dsp";
label = "adsp";
- qcom,non-secure-domain;
#address-cells = <1>;
#size-cells = <0>;
--
2.34.1