diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2015-01-15 07:03:41 +0100 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-01-20 19:09:12 +0100 |
commit | 93a17c058f610398739c8b930ff3c83a0c0b0120 (patch) | |
tree | bdfabfc3da30d61591792629b621a495d488395a /drivers/cpufreq | |
parent | clock: redefine variable clocks_per_pll as a struct member (diff) | |
download | linux-93a17c058f610398739c8b930ff3c83a0c0b0120.tar.xz linux-93a17c058f610398739c8b930ff3c83a0c0b0120.zip |
clk: ppc-corenet: rename driver to clk-qoriq
Freescale introduced new ARM-based socs which using the compatible
clock IP block with PowerPC-based socs'. So this driver can be used
on both platforms.
Updated relevant descriptions and renamed this driver to better
represent its meaning and keep the function of driver untouched.
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/Kconfig.powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc index 72564b701b4a..7ea24413cee6 100644 --- a/drivers/cpufreq/Kconfig.powerpc +++ b/drivers/cpufreq/Kconfig.powerpc @@ -26,7 +26,7 @@ config CPU_FREQ_MAPLE config PPC_CORENET_CPUFREQ tristate "CPU frequency scaling driver for Freescale E500MC SoCs" depends on PPC_E500MC && OF && COMMON_CLK - select CLK_PPC_CORENET + select CLK_QORIQ help This adds the CPUFreq driver support for Freescale e500mc, e5500 and e6500 series SoCs which are capable of changing |