Message ID | 20240723081357.1521942-1-quic_rjendra@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5ff751ae1b4e15c23afc7c305556a2d74f22fbff |
Headers | show |
Series | arm64: dts: qcom: x1e80100: add rpmh-stats node | expand |
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
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,
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>,
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(+)