diff options
author | Sibi Sankar <sibis@codeaurora.org> | 2020-06-22 10:16:46 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2020-06-23 12:42:07 +0200 |
commit | fb091802d793e87b4ed7f83c94e29aadb7fe58b7 (patch) | |
tree | 3edea409f303aa47b5ee8b7d8f8b56082515daa8 /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | cpufreq: blacklist SDM845 in cpufreq-dt-platdev (diff) | |
download | linux-fb091802d793e87b4ed7f83c94e29aadb7fe58b7.tar.xz linux-fb091802d793e87b4ed7f83c94e29aadb7fe58b7.zip |
cpufreq: blacklist SC7180 in cpufreq-dt-platdev
Add SC7180 to cpufreq-dt-platdev blacklist since the actual scaling is
handled by the 'qcom-cpufreq-hw' driver.
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index be85eb494a6b..7d01df7bfa6c 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,sc7180", }, { .compatible = "qcom,sdm845", }, { .compatible = "st,stih407", }, |