Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to cpufreq-hw

Comply with bindings guidelines and get rid of errors such as:

cpufreq@18323000: compatible: 'oneOf' conditional failed, one must be fixed:
['qcom,cpufreq-hw'] is too short

Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Konrad Dybcio and committed by
Viresh Kumar
5df30684 b1c48de3

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sc8180x.dtsi
··· 3889 3889 }; 3890 3890 3891 3891 cpufreq_hw: cpufreq@18323000 { 3892 - compatible = "qcom,cpufreq-hw"; 3892 + compatible = "qcom,sc8180x-cpufreq-hw", "qcom,cpufreq-hw"; 3893 3893 reg = <0 0x18323000 0 0x1400>, <0 0x18325800 0 0x1400>; 3894 3894 reg-names = "freq-domain0", "freq-domain1"; 3895 3895