Message ID | 20240723081357.1521942-1-quic_rjendra@quicinc.com |
---|---|
State | Accepted |
Commit | 40e9327a80362de8e8ca68f17512a3dd0f6bc4fa |
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
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(+)