Revert "dt-bindings: soc_sleep_stats: Add new compatible to get AOSD sleep stats"

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

This reverts commit bf6b9acd36.

Change-Id: I02c9063bb37fb54ff857aa003355e58e7fe5ade3
This commit is contained in:
Maulik Shah
2022-07-08 13:57:51 +05:30
committed by Gerrit - the friendly Code Review server
parent 5f84d90cee
commit 94fb0efc71

View File

@@ -21,11 +21,10 @@ properties:
enum:
- qcom,rpmh-sleep-stats-legacy
- qcom,rpmh-sleep-stats
- qcom,rpmh-sleep-stats-v2
- qcom,rpm-sleep-stats
reg:
maxItems: 2
maxItems: 1
ss-name:
$ref: /schemas/types.yaml#/definitions/string
@@ -76,16 +75,6 @@ examples:
mboxes = <&qmp_aop 0>;
ddr-freq-update;
};
# Example of rpmh sleep stats that supports to get AOSS sleep stats
- |
rpmh-sleep-stats@c3f0000 {
compatible = "qcom,rpmh-sleep-stats-v2";
reg = <0 0xc3f0000 0 0x400>, <0 0xb261400 0 0x100>;
ss-name = "modem", "adsp", "adsp_island",
"cdsp", "slpi", "slpi_island",
"apss";
mboxes = <&qmp_aop 0>;
};
# Example of legacy rpmh sleep stats
- |
rpmh-sleep-stats@c3f0000 {