]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: dt-platdev: Add some missing platforms to the blacklist
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 19 Sep 2017 15:23:22 +0000 (08:23 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 19 Sep 2017 21:05:28 +0000 (23:05 +0200)
commit6a0b02c8d89d344b48872352fdca1b258d9c30ef
tree9c13b4113b249a71f1b97d1cfc2f2456f3d1f239
parent384fde7ed224f283f11ef2a592b05d4a29492aa8
cpufreq: dt-platdev: Add some missing platforms to the blacklist

Commit 41f193766897 (cpufreq: dt-platdev: Automatically create cpufreq
device with OPP v2) missed adding few platforms to the blacklist which
create the cpufreq-dt device from their own drivers, after some
dependencies are sorted out.

And for those platforms, both the platform specific driver and the
cpufreq-dt-platdev driver try to create the cpufreq-dt device now.

Fix that by including those platforms in the blacklist. This doesn't include
the TI platforms, for which there is a separate patch.

Fixes: 41f193766897 (cpufreq: dt-cpufreq: platdev Automatically create device with OPP v2)
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq-dt-platdev.c