Re: [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON

From: Stephen Boyd
Date: Wed Sep 07 2022 - 17:33:43 EST


Quoting Rajendra Nayak (2022-09-01 21:35:11)
> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> index 13d7f267b289..a839ba968d13 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> @@ -3275,6 +3275,82 @@
> };
> };
>
> + pmu@9091000 {
> + compatible = "qcom,sc7280-llcc-bwmon";
> + reg = <0 0x9091000 0 0x1000>;
> +
[...]
> + };
> + };
> +
> + pmu@90b6000 {

This unit address

> + compatible = "qcom,sc7280-cpu-bwmon", "qcom,msm8998-bwmon";
> + reg = <0 0x090b6400 0 0x600>;

doesn't match this one. Please fix.