diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-06 18:29:09 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-10 01:32:54 -0400 |
commit | c03ac582feb1c80ddd5c73e6892d79686340e551 (patch) | |
tree | db9174fa5f8107c46e9fbeef3f58e5393d0fcd87 /arch | |
parent | e5a94af84715d142b1050c927a83dd8b1076774b (diff) |
[POWERPC] 83xx: Add USB support to mpc8349-mitx board port
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index 2ecb772c92b3..47ba5446f63c 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_itx.c +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c | |||
@@ -58,6 +58,8 @@ static void __init mpc834x_itx_setup_arch(void) | |||
58 | 58 | ||
59 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; | 59 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; |
60 | #endif | 60 | #endif |
61 | |||
62 | mpc834x_usb_cfg(); | ||
61 | } | 63 | } |
62 | 64 | ||
63 | static void __init mpc834x_itx_init_IRQ(void) | 65 | static void __init mpc834x_itx_init_IRQ(void) |