diff options
author | Paul Walmsley <paul@pwsan.com> | 2009-09-03 13:14:05 -0400 |
---|---|---|
committer | paul <paul@twilight.(none)> | 2009-09-03 13:14:05 -0400 |
commit | 02bfc030e4417003b7a94393102c92e39b2dfa65 (patch) | |
tree | c0e3bd849ab948379169cd7277d4668ebabc9af3 /arch/arm/mach-omap2/omap_hwmod.c | |
parent | 63c852384125ca0eff0e695f92cbbd439bed4aa3 (diff) |
OMAP: omap_hwmod: call omap_hwmod init at boot; create interconnects
Connect the omap_hwmod code to the kernel boot. Create some basic
interconnect and device structures for OMAP2/3 chips.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 3b10ad6c47d3..d2e0f1c95961 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -765,8 +765,7 @@ static int _reset(struct omap_hwmod *oh) | |||
765 | WARN(1, "omap_hwmod: %s: failed to reset in %d usec\n", | 765 | WARN(1, "omap_hwmod: %s: failed to reset in %d usec\n", |
766 | oh->name, MAX_MODULE_RESET_WAIT); | 766 | oh->name, MAX_MODULE_RESET_WAIT); |
767 | else | 767 | else |
768 | pr_debug("omap_hwmod: %s: reset in %d usec\n", oh->name, | 768 | pr_debug("omap_hwmod: %s: reset in %d usec\n", oh->name, c); |
769 | MAX_MODULE_RESET_WAIT); | ||
770 | 769 | ||
771 | /* | 770 | /* |
772 | * XXX add _HWMOD_STATE_WEDGED for modules that don't come back from | 771 | * XXX add _HWMOD_STATE_WEDGED for modules that don't come back from |