Revert "dt-bindings: subsystem_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 0814882b9b.

Change-Id: If97daafaba890861a09dba59e09d622c5c76c70b
This commit is contained in:
Maulik Shah
2022-07-08 13:58:23 +05:30
committed by Gerrit - the friendly Code Review server
parent 94fb0efc71
commit f14600fc62

View File

@@ -21,10 +21,10 @@ properties:
compatible:
Usage: required
Value type: <string>
Definition: Should be "qcom,subsystem-sleep-stats", "qcom,subsystem-sleep-stats-v2".
Definition: Should be "qcom,subsystem-sleep-stats".
reg:
maxItems: 2
maxItems: 1
ddr-freq-update:
Usage: optional
@@ -43,8 +43,3 @@ example:
reg = <0xc3f0000 0 0x400>;
ddr-freq-update;
};
- |
subsystem-sleep-stats {
compatible = "qcom,subsystem-sleep-stats-v2";
reg = <0xc3f0000 0 0x400>, <0xb261400 0 0x100>;
};