From 59e23827e25f4553d2e27e3697b4a117f0ab8ecf Mon Sep 17 00:00:00 2001 From: Vivek Aknurwar Date: Thu, 14 Dec 2023 10:52:03 -0800 Subject: [PATCH] ARM: dts: msm: Enable apss cpu ncc0, ncc1 measure nodes for sun Enable apss cpu ncc0, ncc1 measure nodes to support cluster l, m clk measure. Change-Id: Ib691fb4254f41c64639e8f2e36c0d009336576c3 Signed-off-by: Vivek Aknurwar --- qcom/sun.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index c0f38d90..7d8a9fd4 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1582,6 +1582,11 @@ #reset-cells = <1>; }; + apsscc: syscon@16450000 { + compatible = "syscon"; + reg = <0x16450000 0x7000>; + }; + mccc: syscon@240ba000 { compatible = "syscon"; reg = <0x240ba000 0x800>; @@ -1594,6 +1599,7 @@ debugcc: qcom,cc-debug { compatible = "qcom,sun-debugcc"; + qcom,apsscc = <&apsscc>; qcom,gcc = <&gcc>; qcom,gpucc = <&gpucc>; qcom,gxclkctl = <&gxclkctldebugcc>;