mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
db1ae5d7df
commit
5f84d90cee
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user