aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaulik Shah <mkshah@codeaurora.org>2021-09-06 10:58:03 +0530
committerLoic Poulain <loic.poulain@linaro.org>2021-11-16 15:52:21 +0100
commit0be809dec4bec7363f280b9c38a75fcc7d4ed90c (patch)
tree0df1c8c6e56722fdfe20d2be16255d9573caa447
parent9d3a23c61c1b8c34d2a4f12af44b1c763c477bb4 (diff)
arm64: dts: qcom: sc7280: Enable SoC sleep stats
Add device node for SoC sleep stats driver which provides various low power mode stats. Also update the reg size of aoss_qmp device to 0x400. Cc: devicetree@vger.kernel.org Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sc7280.dtsi7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index fd78f16181dd..67be1c62f0aa 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -1473,7 +1473,7 @@
aoss_qmp: power-controller@c300000 {
compatible = "qcom,sc7280-aoss-qmp";
- reg = <0 0x0c300000 0 0x100000>;
+ reg = <0 0x0c300000 0 0x400>;
interrupts-extended = <&ipcc IPCC_CLIENT_AOP
IPCC_MPROC_SIGNAL_GLINK_QMP
IRQ_TYPE_EDGE_RISING>;
@@ -1484,6 +1484,11 @@
#power-domain-cells = <1>;
};
+ aop_msgram@c3f0048 {
+ compatible = "qcom,rpmh-sleep-stats";
+ reg = <0 0x0c3f0048 0 0x400>;
+ };
+
spmi_bus: spmi@c440000 {
compatible = "qcom,spmi-pmic-arb";
reg = <0 0x0c440000 0 0x1100>,