diff options
author | Matti Lehtimäki <[email protected]> | 2023-05-20 15:19:32 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-05-30 07:54:19 -0700 |
commit | a22a576af30d4366ff13662c8b57c951374c7674 (patch) | |
tree | 0d61aa12289866bfffd76fc96d09a5597bbb1d8c | |
parent | 38cd0f2d86f1dbfef2bef4e2b0a8b19d32a82760 (diff) |
ARM: dts: qcom: msm8226: Add rpm-stats device node
Add device node for the rpm-stats pseudo device.
Signed-off-by: Matti Lehtimäki <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Luca Weiss <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8226.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8226.dtsi b/arch/arm/boot/dts/qcom-msm8226.dtsi index 185a8fff62be..dc706d5b185c 100644 --- a/arch/arm/boot/dts/qcom-msm8226.dtsi +++ b/arch/arm/boot/dts/qcom-msm8226.dtsi @@ -598,6 +598,11 @@ }; }; + sram@fc190000 { + compatible = "qcom,msm8226-rpm-stats"; + reg = <0xfc190000 0x10000>; + }; + rpm_msg_ram: sram@fc428000 { compatible = "qcom,rpm-msg-ram"; reg = <0xfc428000 0x4000>; |