mbox series

[0/5] PMU, rpm-stats and IMEM for MSM8226

Message ID 20230519210903.117030-1-matti.lehtimaki@gmail.com
Headers show
Series PMU, rpm-stats and IMEM for MSM8226 | expand

Message

Matti Lehtimäki May 19, 2023, 9:08 p.m. UTC
This series adds PMU, rpm-stats and IMEM nodes for MSM8226.
It also defines and enables reboot modes for samsung,matisse-wifi.

Matti Lehtimäki (5):
  dt-bindings: sram: qcom,imem: Document MSM8226
  ARM: dts: qcom: msm8226: Add PMU node
  ARM: dts: qcom: msm8226: Add rpm-stats device node
  ARM: dts: qcom: msm8226: Add IMEM node
  ARM: dts: qcom: apq8026-samsung-matisse-wifi: Add reboot-mode node

 .../devicetree/bindings/sram/qcom,imem.yaml   |  1 +
 .../dts/qcom-apq8026-samsung-matisse-wifi.dts | 10 +++++++++
 arch/arm/boot/dts/qcom-msm8226.dtsi           | 22 +++++++++++++++++++
 3 files changed, 33 insertions(+)

Comments

Konrad Dybcio May 19, 2023, 11:24 p.m. UTC | #1
On 19.05.2023 23:09, Matti Lehtimäki wrote:
> Add device node for the rpm-stats pseudo device.
> 
> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  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 e272a1e15b44..006263373348 100644
> --- a/arch/arm/boot/dts/qcom-msm8226.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8226.dtsi
> @@ -597,6 +597,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>;
Conor Dooley May 20, 2023, 9:59 a.m. UTC | #2
On Sat, May 20, 2023 at 12:08:58AM +0300, Matti Lehtimäki wrote:
> Add compatible for MSM8226 IMEM.
> 
> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.