commit | 63a293e0005eb86c76657256737a931add8acbdc | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Wed Nov 21 16:15:16 2012 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Wed Nov 21 16:15:16 2012 -0700 |
tree | 121dd5100883538a32f00f24923828e5a3d42a04 | |
parent | 558a0780b0a04862a678f7823215424b4e5501f9 [diff] |
ARM: OMAP2+: PRM: initialize some PRM functions early Some PRM functions will need to be called by the hwmod code early in kernel init. To handle this, split the PRM initialization code into early and late phases. The early init is handled via mach-omap2/io.c, while the late init is handled by subsys_initcall(). Signed-off-by: Paul Walmsley <paul@pwsan.com>