Re: [PATCH 3/3] arm64: dts: qcom: shikra: Add LPM stats support for subsystems
From: Maulik Shah (mkshah)
Date: Mon Jul 06 2026 - 07:40:00 EST
On 7/3/2026 4:43 PM, Sneh Mankad wrote:
> Add support to display subsystem level LPM stats for shikra.
Instead of,
arm64: dts: qcom: shikra: Add LPM stats support for subsystems
Below better explains,
arm64: dts: qcom: shikra: Update rpm-stats compatible to SoC specific
Generic qcom,rpm-stats only reads SoC level low power modes like vmin and vlow.
Shikra SoC specific compatible allows reading individual subsystem level low power mode stats
along with SoC level low power modes. Change it.
>
> Signed-off-by: Sneh Mankad <sneh.mankad@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/shikra.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/shikra.dtsi b/arch/arm64/boot/dts/qcom/shikra.dtsi
> index 4e5bc9e17c8ed8914733ac9fdc9b69128b40216e..53f40283a3b70bccdc510716b39251d377be7d24 100644
> --- a/arch/arm64/boot/dts/qcom/shikra.dtsi
> +++ b/arch/arm64/boot/dts/qcom/shikra.dtsi
> @@ -535,7 +535,7 @@ apss_mpm: sram@1b8 {
> };
>
> sram@4690000 {
> - compatible = "qcom,rpm-stats";
> + compatible = "qcom,shikra-rpm-stats";
> reg = <0x0 0x04690000 0x0 0x14000>;
> };
>
>