]> git.baikalelectronics.ru Git - kernel.git/commitdiff
arm64: dts: db820c: Add qcom,apq8096 to compatible string
authorNiklas Cassel <niklas.cassel@linaro.org>
Wed, 5 Sep 2018 18:35:15 +0000 (20:35 +0200)
committerAndy Gross <andy.gross@linaro.org>
Thu, 13 Sep 2018 19:36:06 +0000 (14:36 -0500)
Add qcom,apq8096 to compatible string.
This compatible is defined in Documentation/devicetree/bindings/arm/qcom.txt
and is needed for e.g. drivers/cpufreq/qcom-cpufreq-kryo.c to be probed
correctly (and for drivers/cpufreq/cpufreq-dt-platdev.c to work properly).

Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/apq8096-db820c.dts

index 230e9c8484ac1f2a4ed4967ff4ed44357c9a90ac..da23bdafbd3393af0503be785b2f672ee1857c7e 100644 (file)
@@ -17,5 +17,5 @@
 
 / {
        model = "Qualcomm Technologies, Inc. DB820c";
-       compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc";
+       compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc", "qcom,apq8096";
 };