arm64: dts: qcom: sc7280: Fix cpufreq-epss compatible
authorLuca Weiss <luca@z3ntu.xyz>
Sun, 16 Oct 2022 09:00:31 +0000 (11:00 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 18 Oct 2022 03:01:46 +0000 (22:01 -0500)
The bindings require a SoC-specific compatible to be used next to
qcom,cpufreq-epss. Add it to make dtbs_check happy.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221016090035.565350-2-luca@z3ntu.xyz
arch/arm64/boot/dts/qcom/sc7280.dtsi

index 5f4142ab85b8496590d90b2ad13ba693913e2ae1..cb981174612ad3d78570fe5194ccf96b0250db23 100644 (file)
                };
 
                cpufreq_hw: cpufreq@18591000 {
-                       compatible = "qcom,cpufreq-epss";
+                       compatible = "qcom,sc7280-cpufreq-epss", "qcom,cpufreq-epss";
                        reg = <0 0x18591000 0 0x1000>,
                              <0 0x18592000 0 0x1000>,
                              <0 0x18593000 0 0x1000>;