Skip to content

Commit

Permalink
ARM: S5PV210: Register cpufreq platform device
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Jul 18, 2014
1 parent 7bab7d9 commit 7d6764b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s5pv210/s5pv210.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd)

static void __init s5pv210_dt_init_late(void)
{
platform_device_register_simple("s5pv210-cpufreq", -1, NULL, 0);
s5pv210_pm_init();
}

Expand Down

0 comments on commit 7d6764b

Please sign in to comment.