From f14600fc629e4d64ccdbb433d6a1f9bc79b4e992 Mon Sep 17 00:00:00 2001 From: Maulik Shah Date: Fri, 8 Jul 2022 13:58:23 +0530 Subject: [PATCH] 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 0814882b9bc5d8bbe96fcd9155e32b31a201eaf5. Change-Id: If97daafaba890861a09dba59e09d622c5c76c70b --- bindings/soc/qcom/subsystem-sleep-stats.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bindings/soc/qcom/subsystem-sleep-stats.yaml b/bindings/soc/qcom/subsystem-sleep-stats.yaml index 6257323e..e7971e6c 100644 --- a/bindings/soc/qcom/subsystem-sleep-stats.yaml +++ b/bindings/soc/qcom/subsystem-sleep-stats.yaml @@ -21,10 +21,10 @@ properties: compatible: Usage: required Value type: - 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>; - };