arch/arm64/boot/dts/qcom/x1e80100.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
Add a node describing the RPMh shared memory that can be used to
retrieve statistics for the SoC low-power modes.
Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index 7bca5fcd7d52..e94ae22d68f3 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -4618,6 +4618,11 @@ aoss_qmp: power-management@c300000 {
#clock-cells = <0>;
};
+ sram@c3f0000 {
+ compatible = "qcom,rpmh-stats";
+ reg = <0 0x0c3f0000 0 0x400>;
+ };
+
spmi: arbiter@c400000 {
compatible = "qcom,x1e80100-spmi-pmic-arb";
reg = <0 0x0c400000 0 0x3000>,
--
2.34.1
On Tue, 23 Jul 2024 13:43:57 +0530, Rajendra Nayak wrote:
> Add a node describing the RPMh shared memory that can be used to
> retrieve statistics for the SoC low-power modes.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: x1e80100: add rpmh-stats node
commit: 5ff751ae1b4e15c23afc7c305556a2d74f22fbff
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
On 23.07.2024 10:13 AM, Rajendra Nayak wrote: > Add a node describing the RPMh shared memory that can be used to > retrieve statistics for the SoC low-power modes. > > Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
© 2016 - 2026 Red Hat, Inc.