Revert "ARM: dts: msm: Add support to get AOSD sleep stats for kalama"

MSG_RAM is updated with AOSD sleep stats. Read from MSG_RAM
instead from PDC registers.

This reverts commit 28d0a71b13.

Change-Id: Ie17b38dd04ca3fb39a1b9fa6be286a55c6cc52a6
This commit is contained in:
Maulik Shah
2022-07-08 13:56:29 +05:30
committed by Gerrit - the friendly Code Review server
parent db1ae5d7df
commit 5f84d90cee

View File

@@ -2624,8 +2624,8 @@
};
soc-sleep-stats@c3f0000 {
compatible = "qcom,rpmh-sleep-stats-v2";
reg = <0xc3f0000 0x400>, <0xb261400 0x100>;
compatible = "qcom,rpmh-sleep-stats";
reg = <0xc3f0000 0x400>;
ss-name = "modem", "adsp", "adsp_island",
"cdsp", "apss";
mboxes = <&qmp_aop 0>;
@@ -2639,8 +2639,8 @@
};
subsystem-sleep-stats@c3f0000 {
compatible = "qcom,subsystem-sleep-stats-v2";
reg = <0xc3f0000 0x400>, <0xb261400 0x100>;
compatible = "qcom,subsystem-sleep-stats";
reg = <0xc3f0000 0x400>;
ddr-freq-update;
};