diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-27 11:07:23 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 19:32:04 +0000 |
commit | 0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8 (patch) | |
tree | 2db5838181e9752de57a872bb80051088464ed87 /arch/arm/mach-kirkwood/board-dt.c | |
parent | 3207792e62498f872d64f12e2fc368aa9d7e3795 (diff) | |
download | kernel_goldelico_gta04-0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8.zip kernel_goldelico_gta04-0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8.tar.gz kernel_goldelico_gta04-0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8.tar.bz2 |
arm: kirkwood: Instantiate cpufreq driver
Register a platform driver structure for the cpufreq driver.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dt.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c index a8dae11..4cc9edf 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c @@ -92,6 +92,8 @@ static void __init kirkwood_dt_init(void) kirkwood_l2_init(); + kirkwood_cpufreq_init(); + /* Setup root of clk tree */ kirkwood_of_clk_init(); |