cpufreq: dt-platdev: Block the driver from probing on more QC platforms

[ Upstream commit 7b781899072c5701ef9538c365757ee9ab9c00bd ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Konrad Dybcio 2026-01-13 16:25:35 +01:00 committed by Sasha Levin
parent e8d10ef598
commit f5b48df92c
1 changed files with 3 additions and 0 deletions

View File

@ -169,8 +169,11 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,sdm845", }, { .compatible = "qcom,sdm845", },
{ .compatible = "qcom,sdx75", }, { .compatible = "qcom,sdx75", },
{ .compatible = "qcom,sm6115", }, { .compatible = "qcom,sm6115", },
{ .compatible = "qcom,sm6125", },
{ .compatible = "qcom,sm6150", },
{ .compatible = "qcom,sm6350", }, { .compatible = "qcom,sm6350", },
{ .compatible = "qcom,sm6375", }, { .compatible = "qcom,sm6375", },
{ .compatible = "qcom,sm7125", },
{ .compatible = "qcom,sm7225", }, { .compatible = "qcom,sm7225", },
{ .compatible = "qcom,sm7325", }, { .compatible = "qcom,sm7325", },
{ .compatible = "qcom,sm8150", }, { .compatible = "qcom,sm8150", },