diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2019-09-03 04:25:22 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2019-09-03 04:25:22 +0200 |
commit | f75d2accca7785657311653c125bb22f342dc5d9 (patch) | |
tree | 0236aefbc787650a9061871a8f41038995b5fdbd /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | cpufreq: mediatek: Add support for mt8183 (diff) | |
parent | cpufreq: Add qcs404 to cpufreq-dt-platdev blacklist (diff) | |
download | linux-f75d2accca7785657311653c125bb22f342dc5d9.tar.xz linux-f75d2accca7785657311653c125bb22f342dc5d9.zip |
Merge branch 'cpufreq/qcom-updates' into cpufreq/arm/linux-next
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 d51bfef286e3..bca8d1f47fd2 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -127,6 +127,7 @@ static const struct of_device_id blacklist[] __initconst = { { .compatible = "qcom,apq8096", }, { .compatible = "qcom,msm8996", }, + { .compatible = "qcom,qcs404", }, { .compatible = "st,stih407", }, { .compatible = "st,stih410", }, |