Skip to content

Commit 7b78189

Browse files
quic-kdybciovireshk
authored andcommitted
cpufreq: dt-platdev: Block the driver from probing on more QC platforms
Add a number of QC platforms to the blocklist, they all use either the qcom-cpufreq-hw driver. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 11af6e1 commit 7b78189

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,11 @@ static const struct of_device_id blocklist[] __initconst = {
171171
{ .compatible = "qcom,sdm845", },
172172
{ .compatible = "qcom,sdx75", },
173173
{ .compatible = "qcom,sm6115", },
174+
{ .compatible = "qcom,sm6125", },
175+
{ .compatible = "qcom,sm6150", },
174176
{ .compatible = "qcom,sm6350", },
175177
{ .compatible = "qcom,sm6375", },
178+
{ .compatible = "qcom,sm7125", },
176179
{ .compatible = "qcom,sm7225", },
177180
{ .compatible = "qcom,sm7325", },
178181
{ .compatible = "qcom,sm8150", },

0 commit comments

Comments
 (0)