projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bab7d9
)
ARM: S5PV210: Register cpufreq platform device
author
Tomasz Figa
<t.figa@samsung.com>
Thu, 3 Jul 2014 15:48:48 +0000
(17:48 +0200)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 18 Jul 2014 19:32:14 +0000
(
04:32
+0900)
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/s5pv210.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s5pv210/s5pv210.c
b/arch/arm/mach-s5pv210/s5pv210.c
index 35db1ce9e11c07a1dae0c2c8a5f2b197cb030c61..53feff33d12992b745db2bbdf6fcfbf3f115069d 100644
(file)
--- a/
arch/arm/mach-s5pv210/s5pv210.c
+++ b/
arch/arm/mach-s5pv210/s5pv210.c
@@
-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();
}