diff options
Diffstat (limited to 'arch/arm/mach-spear/spear1340.c')
-rw-r--r-- | arch/arm/mach-spear/spear1340.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear/spear1340.c b/arch/arm/mach-spear/spear1340.c index 3fb683424729..7b6bff7154e1 100644 --- a/arch/arm/mach-spear/spear1340.c +++ b/arch/arm/mach-spear/spear1340.c | |||
@@ -143,6 +143,7 @@ static void __init spear1340_dt_init(void) | |||
143 | { | 143 | { |
144 | of_platform_populate(NULL, of_default_bus_match_table, | 144 | of_platform_populate(NULL, of_default_bus_match_table, |
145 | spear1340_auxdata_lookup, NULL); | 145 | spear1340_auxdata_lookup, NULL); |
146 | platform_device_register_simple("spear-cpufreq", -1, NULL, 0); | ||
146 | } | 147 | } |
147 | 148 | ||
148 | static const char * const spear1340_dt_board_compat[] = { | 149 | static const char * const spear1340_dt_board_compat[] = { |