[PATCH] arm64: dts: qcom: sc7280: correct CPU BWMON unit address

From: Krzysztof Kozlowski
Date: Thu Sep 08 2022 - 04:58:46 EST


Correct CPU BWMON unit address to match the "reg" property.

Reported-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
Fixes: b2f3eac1b77c ("arm64: dts: qcom: sc7280: Add cpu and llcc BWMON")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

---

Fixes tag for commit in current Bjorn's for-next.
---
arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index ad04025a8a1a..a58916009281 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -3328,7 +3328,7 @@ opp-7 {
};
};

- pmu@90b6000 {
+ pmu@90b6400 {
compatible = "qcom,sc7280-cpu-bwmon", "qcom,msm8998-bwmon";
reg = <0 0x090b6400 0 0x600>;

--
2.34.1