Commit 5df30684 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Viresh Kumar
Browse files

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: 8575f197 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent b1c48de3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3889,7 +3889,7 @@ lmh@18358800 {
		};

		cpufreq_hw: cpufreq@18323000 {
			compatible = "qcom,cpufreq-hw";
			compatible = "qcom,sc8180x-cpufreq-hw", "qcom,cpufreq-hw";
			reg = <0 0x18323000 0 0x1400>, <0 0x18325800 0 0x1400>;
			reg-names = "freq-domain0", "freq-domain1";