diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-22 04:24:14 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-09-22 12:50:00 -0400 |
commit | c810fde217fcaf225e7693887a1ef955a1c86097 (patch) | |
tree | 05a6dc3f6c095bf44f10643588baab582ebdaf0d /arch/arm/mach-omap2/clock44xx_data.c | |
parent | 8fde3afbfae8e8469d8a484115715353b62e83e8 (diff) |
ARM: OMAP2+: clock data: add some aliases for use by CPUFreq only
These clkdev aliases should make it possible to remove the
cpu_is_omap*() calls and the omap_device*() call from
drivers/cpufreq/omap-cpufreq.c during the next merge window. Those
are interfering with multi-subarch ARM kernels.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock44xx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 77ff033b9ba0..a8454ba4b722 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c | |||
@@ -3327,6 +3327,7 @@ static struct omap_clk omap44xx_clks[] = { | |||
3327 | CLK("omap_timer.6", "timer_sys_ck", &syc_clk_div_ck, CK_443X), | 3327 | CLK("omap_timer.6", "timer_sys_ck", &syc_clk_div_ck, CK_443X), |
3328 | CLK("omap_timer.7", "timer_sys_ck", &syc_clk_div_ck, CK_443X), | 3328 | CLK("omap_timer.7", "timer_sys_ck", &syc_clk_div_ck, CK_443X), |
3329 | CLK("omap_timer.8", "timer_sys_ck", &syc_clk_div_ck, CK_443X), | 3329 | CLK("omap_timer.8", "timer_sys_ck", &syc_clk_div_ck, CK_443X), |
3330 | CLK(NULL, "cpufreq_ck", &dpll_mpu_ck, CK_443X), | ||
3330 | }; | 3331 | }; |
3331 | 3332 | ||
3332 | int __init omap4xxx_clk_init(void) | 3333 | int __init omap4xxx_clk_init(void) |