From f612c33c3253e27afbbf8f186693759254135ca5 Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Mon, 16 Oct 2023 13:20:13 -0700 Subject: [PATCH] ARM: dts: msm: Add System Health Monitor DT node for Sun Add System Health Monitor node with MPSS subsystem support for Sun SoC. Change-Id: Ie6fd1cf0e765bd6ef55c230d68066bf8a3115f75 Signed-off-by: Unnathi Chalicheemala --- qcom/sun.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 60314a36..648326b3 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3327,6 +3327,16 @@ qcom,low-latency; }; + qcom,health_monitor { + compatible = "qcom,system-health-monitor"; + + qcom,modem { + qcom,subsys-name = "msm_mpss"; + qcom,ssrestart-string = "mpss"; + qcom,rproc_phandle = <&modem_pas>; + }; + }; + soccp_pas: remoteproc-soccp@a3380000 { compatible = "qcom,sun-soccp-pas"; reg = <0xa3380000 0x10000>;