[PATCH v3] arm64: dts: qcom: sa8775p: Add RPMh sleep stats

Raghavendra Kakarla posted 1 patch 2 years, 2 months ago
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 5 +++++
1 file changed, 5 insertions(+)
[PATCH v3] arm64: dts: qcom: sa8775p: Add RPMh sleep stats
Posted by Raghavendra Kakarla 2 years, 2 months ago
Add device node for sleep stats driver which provides various
low power mode stats.

Tested-by: Andrew Halaney <ahalaney@redhat.com>
Signed-off-by: Raghavendra Kakarla <quic_rkakarla@quicinc.com>
---
 arch/arm64/boot/dts/qcom/sa8775p.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
index 9f4f58e831a4..2ce5b592616f 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi
+++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
@@ -1912,6 +1912,11 @@
 			#clock-cells = <0>;
 		};
 
+		sram@c3f0000 {
+			compatible = "qcom,rpmh-stats";
+			reg = <0x0 0x0c3f0000 0x0 0x400>;
+		};
+
 		spmi_bus: spmi@c440000 {
 			compatible = "qcom,spmi-pmic-arb";
 			reg = <0x0 0x0c440000 0x0 0x1100>,
-- 
2.17.1
Re: [PATCH v3] arm64: dts: qcom: sa8775p: Add RPMh sleep stats
Posted by Bjorn Andersson 2 years, 2 months ago
On Fri, 29 Sep 2023 11:18:05 +0530, Raghavendra Kakarla wrote:
> Add device node for sleep stats driver which provides various
> low power mode stats.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sa8775p: Add RPMh sleep stats
      commit: f19a9a341d6faaf8d04bb6d9fb1f6a367ca0ed3a

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v3] arm64: dts: qcom: sa8775p: Add RPMh sleep stats
Posted by Konrad Dybcio 2 years, 2 months ago
On 29.09.2023 07:48, Raghavendra Kakarla wrote:
> Add device node for sleep stats driver which provides various
> low power mode stats.
> 
> Tested-by: Andrew Halaney <ahalaney@redhat.com>
> Signed-off-by: Raghavendra Kakarla <quic_rkakarla@quicinc.com>
> ---
Please include a changelog below the --- line when sending subsequent
versions. The b4 tool [1] does this for you.

Thanks for addressing all the issues

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad

[1] https://b4.docs.kernel.org/en/latest/index.html