diff options
author | Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> | 2024-11-16 12:31:18 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-11-18 09:55:39 +0530 |
commit | 5df30684415d5a902f23862ab5bbed2a2df7fbf1 (patch) | |
tree | 1b5beac23ce5848bad19da5a3ad7cfb0d0dcbc72 /arch/arm64/boot | |
parent | b1c48de36ba65504b616cd567ef62dad07760fb1 (diff) | |
download | lwn-5df30684415d5a902f23862ab5bbed2a2df7fbf1.tar.gz lwn-5df30684415d5a902f23862ab5bbed2a2df7fbf1.zip |
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index 0e9429684dd9..60f71b490261 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -3889,7 +3889,7 @@ }; 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"; |