2023-05-20 12:21:19

by Matti Lehtimäki

[permalink] [raw]
Subject: [PATCH v2 3/4] 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]>
---
arch/arm/boot/dts/qcom-msm8226.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8226.dtsi b/arch/arm/boot/dts/qcom-msm8226.dtsi
index cb4b4a6d0447..8644540f5aae 100644
--- a/arch/arm/boot/dts/qcom-msm8226.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8226.dtsi
@@ -592,6 +592,11 @@ frame@f9028000 {
};
};

+ sram@fc190000 {
+ compatible = "qcom,msm8226-rpm-stats";
+ reg = <0xfc190000 0x10000>;
+ };
+
rpm_msg_ram: sram@fc428000 {
compatible = "qcom,rpm-msg-ram";
reg = <0xfc428000 0x4000>;
--
2.34.1



2023-05-22 16:30:19

by Luca Weiss

[permalink] [raw]
Subject: Re: [PATCH v2 3/4] ARM: dts: qcom: msm8226: Add rpm-stats device node

On Samstag, 20. Mai 2023 14:19:32 CEST Matti Lehtim?ki wrote:
> 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]>

> ---
> arch/arm/boot/dts/qcom-msm8226.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-msm8226.dtsi
> b/arch/arm/boot/dts/qcom-msm8226.dtsi index cb4b4a6d0447..8644540f5aae
> 100644
> --- a/arch/arm/boot/dts/qcom-msm8226.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8226.dtsi
> @@ -592,6 +592,11 @@ frame@f9028000 {
> };
> };
>
> + sram@fc190000 {
> + compatible = "qcom,msm8226-rpm-stats";
> + reg = <0xfc190000 0x10000>;
> + };
> +
> rpm_msg_ram: sram@fc428000 {
> compatible = "qcom,rpm-msg-ram";
> reg = <0xfc428000 0x4000>;