Skip to content

Commit aa01dd7

Browse files
lweiss-fairphonevireshk
authored andcommitted
cpufreq: Add QCM6490 to cpufreq-dt-platdev blocklist
The Qualcomm QCM6490 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent bae8222 commit aa01dd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ static const struct of_device_id blocklist[] __initconst = {
145145
{ .compatible = "qcom,msm8996", },
146146
{ .compatible = "qcom,msm8998", },
147147
{ .compatible = "qcom,qcm2290", },
148+
{ .compatible = "qcom,qcm6490", },
148149
{ .compatible = "qcom,qcs404", },
149150
{ .compatible = "qcom,qdu1000", },
150151
{ .compatible = "qcom,sa8155p" },

0 commit comments

Comments
 (0)