[PATCH v2 6/7] arm64: dts: qcom: sdm845: Use the correct BWMON compatible

Konrad Dybcio posted 7 patches 2 years, 11 months ago
There is a newer version of this series
[PATCH v2 6/7] arm64: dts: qcom: sdm845: Use the correct BWMON compatible
Posted by Konrad Dybcio 2 years, 11 months ago
Drop the incorrect msm8998 fallback and use the new qcom,sdm845-cpu-bwmon
compatible to distinguish the DDR BWMON found on this platform.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 479859bd8ab3..1f2a97a20ef3 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -2241,7 +2241,7 @@ opp-4 {
 		};
 
 		pmu@1436400 {
-			compatible = "qcom,sdm845-bwmon", "qcom,msm8998-bwmon";
+			compatible = "qcom,sdm845-cpu-bwmon", "qcom,sdm845-bwmon";
 			reg = <0 0x01436400 0 0x600>;
 			interrupts = <GIC_SPI 581 IRQ_TYPE_LEVEL_HIGH>;
 			interconnects = <&gladiator_noc MASTER_APPSS_PROC 3 &mem_noc SLAVE_LLCC 3>;

-- 
2.39.2
Re: [PATCH v2 6/7] arm64: dts: qcom: sdm845: Use the correct BWMON compatible
Posted by Krzysztof Kozlowski 2 years, 11 months ago
On 13/03/2023 12:41, Konrad Dybcio wrote:
> Drop the incorrect msm8998 fallback and use the new qcom,sdm845-cpu-bwmon
> compatible to distinguish the DDR BWMON found on this platform.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof