diff options
| author | Rajendra Nayak <[email protected]> | 2024-07-23 13:43:57 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-07-30 08:52:40 -0500 |
| commit | 40e9327a80362de8e8ca68f17512a3dd0f6bc4fa (patch) | |
| tree | 3ae62915f3bfe1ab09736d1119635d7e77274e18 | |
| parent | 0bf8dabfa3c013678962f1875239d1141466661d (diff) | |
arm64: dts: qcom: x1e80100: add rpmh-stats node
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 <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index 917466a2f45b..326283822aee 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -4750,6 +4750,11 @@ #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>, |