From efab0090f870045f80a95659efe5da7b313ae391 Mon Sep 17 00:00:00 2001 From: Minghao Zhang Date: Thu, 15 Sep 2022 14:51:58 +0800 Subject: [PATCH] ARM: dts: msm: Add support to get ddr freq distribution for parrot This change adds a property in rpmh-sleep-stats and subsystem-sleep-stats that supports to get ddr freq distribution. Change-Id: I6fc24e32af25ac4db08d41485ae788adca32f74c --- qcom/parrot.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 7414c83e..2a976524 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1788,11 +1788,13 @@ reg = <0xc3f0000 0x400>; ss-name = "modem", "adsp", "adsp_island", "cdsp", "apss", "wpss"; + ddr-freq-update; }; subsystem-sleep-stats@c3f0000 { compatible = "qcom,subsystem-sleep-stats"; reg = <0xc3f0000 0x400>; + ddr-freq-update; }; sys-pm-vx@c320000 {