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)
commit73124ced9cd7d0bceab50888a3d3d3a3c8796b4c
tree45fa7399b8949043baa2c7d49531a2e3974704cc
parentb0ceed06855ffb4c72e677c7262c198636f508f3
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: 8def31034d03 (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