diff mbox series

[2/2] arm64: dts: qcom: ipq5424: add scm node

Message ID 20241204133627.1341760-3-quic_mmanikan@quicinc.com (mailing list archive)
State New
Headers show
Series Add SCM support for IPQ5424 | expand

Commit Message

Manikanta Mylavarapu Dec. 4, 2024, 1:36 p.m. UTC
Add an scm node to interact with the secure world.

Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
---
 arch/arm64/boot/dts/qcom/ipq5424.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Dmitry Baryshkov Dec. 4, 2024, 10:38 p.m. UTC | #1
On Wed, Dec 04, 2024 at 07:06:27PM +0530, Manikanta Mylavarapu wrote:
> Add an scm node to interact with the secure world.
> 
> Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
> ---
>  arch/arm64/boot/dts/qcom/ipq5424.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
index 5e219f900412..2b9e91da72ac 100644
--- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
@@ -98,6 +98,12 @@  l2_300: l2-cache {
 		};
 	};
 
+	firmware {
+		scm {
+			compatible = "qcom,scm-ipq5424", "qcom,scm";
+		};
+	};
+
 	memory@80000000 {
 		device_type = "memory";
 		/* We expect the bootloader to fill in the size */