projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3381eb4
)
ARM: AM43XX: PRM: use OMAP4 PRM driver
author
Tero Kristo
<t-kristo@ti.com>
Mon, 27 Oct 2014 15:39:23 +0000
(08:39 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 27 Oct 2014 15:39:23 +0000
(08:39 -0700)
AM43xx will be re-using OMAP4 PRM driver, thus call its init function.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/io.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/io.c
b/arch/arm/mach-omap2/io.c
index 03cbb16898a3f0eeef87144ea70f5b8d96849650..5f46f272975900ac716f18a50b5714941478a04b 100644
(file)
--- a/
arch/arm/mach-omap2/io.c
+++ b/
arch/arm/mach-omap2/io.c
@@
-591,6
+591,7
@@
void __init am43xx_init_early(void)
omap_cm_base_init();
omap3xxx_check_revision();
am33xx_check_features();
+ omap44xx_prm_init();
am43xx_powerdomains_init();
am43xx_clockdomains_init();
am43xx_hwmod_init();