arm64: dts: qcom: sm6350: Add SoC-specific compatible to cpufreq_hw
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 8 Mar 2023 01:27:04 +0000 (02:27 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 22 Mar 2023 03:39:09 +0000 (20:39 -0700)
Add a SoC-specific compatbile to cpufreq_hw for compliancy with bindings.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230308-topic-cpufreq_bindings-v1-7-3368473ec52d@linaro.org
arch/arm64/boot/dts/qcom/sm6350.dtsi

index 5782389..18c4616 100644 (file)
                };
 
                cpufreq_hw: cpufreq@18323000 {
-                       compatible = "qcom,cpufreq-hw";
+                       compatible = "qcom,sm6350-cpufreq-hw", "qcom,cpufreq-hw";
                        reg = <0 0x18323000 0 0x1000>, <0 0x18325800 0 0x1000>;
                        reg-names = "freq-domain0", "freq-domain1";
                        clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;