[2/5] arm64: dts: qcom: sc7280: Fix cpufreq-epss compatible

Message ID 20221016090035.565350-2-luca@z3ntu.xyz
State New
Headers
Series [1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles |

Commit Message

Luca Weiss Oct. 16, 2022, 9 a.m. UTC
  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>
---
 arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Krzysztof Kozlowski Oct. 16, 2022, 3:01 p.m. UTC | #1
On 16/10/2022 05:00, Luca Weiss wrote:
> 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>

Best regards,
Krzysztof
  

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 212580316d3e..af15c71c5745 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -5321,7 +5321,7 @@  epss_l3: interconnect@18590000 {
 		};
 
 		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>;