Commit 032ff6a3 authored by Richard Acayan's avatar Richard Acayan Committed by Bjorn Andersson

arm64: dts: qcom: sdm670: add specific cpufreq compatible

The bindings for the CPU frequency scaling driver require a specific
compatible for the SoC. Add the compatible.

Fixes: 0c665213 ("arm64: dts: qcom: sdm670: add cpu frequency scaling")
Signed-off-by: default avatarRichard Acayan <mailingradian@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230816230412.76862-9-mailingradian@gmail.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 00c86efb
......@@ -1532,7 +1532,7 @@ osm_l3: interconnect@17d41000 {
};
cpufreq_hw: cpufreq@17d43000 {
compatible = "qcom,cpufreq-hw";
compatible = "qcom,sdm670-cpufreq-hw", "qcom,cpufreq-hw";
reg = <0 0x17d43000 0 0x1400>, <0 0x17d45800 0 0x1400>;
reg-names = "freq-domain0", "freq-domain1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment