From 8791d1c35529f441ddcdc59f4cb76f3b75a0c191 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Mon, 5 Aug 2024 14:47:12 -0700 Subject: [PATCH] ARM: dts: msm: sun: add interconnects for soccp rproc APPS needs to place proxy votes to ddr and cnoc when the SOCCP is in D0. Change-Id: Idfa93910b51c6df033ea010480c1a8adeacd4af5 Signed-off-by: Gokul krishna Krishnakumar --- qcom/sun.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 2275a15d..7f9800d9 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3585,6 +3585,10 @@ clocks = <&rpmhcc RPMH_CXO_CLK>; clock-names = "xo"; + interconnects = <&aggre2_noc MASTER_SOCCP_AGGR_NOC &mc_virt SLAVE_EBI1>, + <&cnoc_main MASTER_CNOC_CFG &mc_virt SLAVE_EBI1>; + interconnect-names = "rproc_ddr", "rproc_cnoc"; + memory-region = <&soccp_mem 0>; soccp-tcsr = <&tcsr 0x1a000>; soccp-spare = <0xda0024>;