projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a40b5
)
ARM: imx53: add cpufreq support
author
Lucas Stach
<l.stach@pengutronix.de>
Fri, 26 Sep 2014 13:41:04 +0000
(15:41 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sun, 23 Nov 2014 06:56:20 +0000
(14:56 +0800)
Instanciate device for the generic cpufreq-dt driver.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/mach-imx53.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/mach-imx53.c
b/arch/arm/mach-imx/mach-imx53.c
index 03dd6ea13accb9688c650c8e5c75617d4cad3555..7587cf0cba3ec1f45ce02cc73d1cefcd41ef27e8 100644
(file)
--- a/
arch/arm/mach-imx/mach-imx53.c
+++ b/
arch/arm/mach-imx/mach-imx53.c
@@
-41,6
+41,8
@@
static void __init imx53_dt_init(void)
static void __init imx53_init_late(void)
{
imx53_pm_init();
+
+ platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
}
static const char * const imx53_dt_board_compat[] __initconst = {