diff options
author | Adam Skladowski <[email protected]> | 2022-11-30 21:09:44 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-06 11:05:31 -0600 |
commit | d18c0077963ae2b6d232f6f3f25fb1ceb875ce7f (patch) | |
tree | d41816c9a107b523579fa2946e4ec5640a64d359 | |
parent | fc676b15c065b8d4c750bbaab9914f24829a7a13 (diff) |
arm64: dts: qcom: sm6115: Add rpm-stats node
Add rpm stats node.
Signed-off-by: Adam Skladowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6115.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi index 6f4c36f3da40..d0928f19965f 100644 --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -546,6 +546,11 @@ reg = <0x045f0000 0x7000>; }; + sram@4690000 { + compatible = "qcom,rpm-stats"; + reg = <0x04690000 0x10000>; + }; + sdhc_1: mmc@4744000 { compatible = "qcom,sm6115-sdhci", "qcom,sdhci-msm-v5"; reg = <0x04744000 0x1000>, <0x04745000 0x1000>, <0x04748000 0x8000>; |