Message ID | 20220908085830.39141-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | b626ac159e5e2ca3eac4079622b9f4105814768f |
Headers | show |
Series | arm64: dts: qcom: sc7280: correct CPU BWMON unit address | expand |
On Thu, 8 Sep 2022 10:58:30 +0200, Krzysztof Kozlowski wrote: > Correct CPU BWMON unit address to match the "reg" property. > > Applied, thanks! [1/1] arm64: dts: qcom: sc7280: correct CPU BWMON unit address commit: b626ac159e5e2ca3eac4079622b9f4105814768f Best regards,
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>;
Correct CPU BWMON unit address to match the "reg" property. Reported-by: Stephen Boyd <swboyd@chromium.org> Fixes: b2f3eac1b77c ("arm64: dts: qcom: sc7280: Add cpu and llcc BWMON") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- 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(-)