arm64: dts: qcom: sm6115: Add SoC-specific compatible to cpufreq_hw
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 8 Mar 2023 01:27:03 +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>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230308-topic-cpufreq_bindings-v1-6-3368473ec52d@linaro.org
arch/arm64/boot/dts/qcom/sm6115.dtsi

index 840a453f1f14a397d782714b40b371390abd52d5..30d53b812987c99366ba81157d39d05d5f171555 100644 (file)
                };
 
                cpufreq_hw: cpufreq@f521000 {
-                       compatible = "qcom,cpufreq-hw";
+                       compatible = "qcom,sm6115-cpufreq-hw", "qcom,cpufreq-hw";
                        reg = <0x0 0x0f521000 0x0 0x1000>,
                              <0x0 0x0f523000 0x0 0x1000>;