]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: SCPI: Depend on SCPI clk driver
authorPunit Agrawal <punit.agrawal@arm.com>
Wed, 18 Nov 2015 13:52:44 +0000 (13:52 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 Nov 2015 22:50:27 +0000 (23:50 +0100)
commit403e64354d04b6e9603b3d147b18f5d501aa340c
tree45fa7399b8949043baa2c7d49531a2e3974704cc
parent52510e207478a91c174f265ae20d4884cc342ddd
cpufreq: SCPI: Depend on SCPI clk driver

The SCPI clk driver registers the virtual cpufreq device that kicks off
initialisation of the SCPI cpufreq driver. Also, clk_get() will fail for
the cpufreq driver if the SCPI clk driver is missing.

Fix this by making the SCPI cpufreq driver explicitly depend on the SCPI
clk driver.

Fixes: 75df65f1e278 (cpufreq: arm_big_little: add SCPI interface driver)
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig.arm