From e7dc8c3cdfe50d9b2015b95c6dcaa4bf1c94f49d Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Fri, 17 Jun 2022 16:16:24 +0530 Subject: [PATCH] ARM: dts: msm: Enable remoteproc node for khaje modem Enable remoteproc node for khaje modem subsystem. Change-Id: I7e97d7dd66416fe64e300896066ffc350aab958a --- qcom/khaje.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qcom/khaje.dtsi b/qcom/khaje.dtsi index 0baf12b8..737c788e 100644 --- a/qcom/khaje.dtsi +++ b/qcom/khaje.dtsi @@ -3094,6 +3094,7 @@ }; modem_pas: remoteproc-mss@6080000 { + compatible = "qcom,khaje-modem-pas"; reg = <0x6080000 0x100>; clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>; @@ -3122,10 +3123,10 @@ /* Outputs to mss */ qcom,smem-states = <&modem_smp2p_out 0>; - qcom,smem-state-names = "qcom,force-stop"; + qcom,smem-state-names = "qcom,stop"; glink-edge { - qcom,remote-pid = <5>; + qcom,remote-pid = <1>; transport = "smem"; mboxes = <&apcs_glb 12>; mbox-names = "mpss_smem";