Message ID | 20200527202153.11659-2-sibis@codeaurora.org |
---|---|
State | Accepted |
Commit | 49ef12215f112d442e487903d477831f38ce7cb2 |
Headers | show |
Series | [v5,1/5] cpufreq: blacklist SDM845 in cpufreq-dt-platdev | expand |
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index e8e20fef400b0..be85eb494a6b3 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -132,6 +132,7 @@ static const struct of_device_id blacklist[] __initconst = { { .compatible = "qcom,apq8096", }, { .compatible = "qcom,msm8996", }, { .compatible = "qcom,qcs404", }, + { .compatible = "qcom,sdm845", }, { .compatible = "st,stih407", }, { .compatible = "st,stih410", },