aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-07-06 16:29:09 -0600
committerKumar Gala <galak@kernel.crashing.org>2007-07-10 00:32:54 -0500
commitc03ac582feb1c80ddd5c73e6892d79686340e551 (patch)
treedb9174fa5f8107c46e9fbeef3f58e5393d0fcd87 /arch
parent[POWERPC] 83xx: USB platform code rework (diff)
downloadlinux-dev-c03ac582feb1c80ddd5c73e6892d79686340e551.tar.xz
linux-dev-c03ac582feb1c80ddd5c73e6892d79686340e551.zip
[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.c2
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)
ppc_md.pci_exclude_device = mpc83xx_exclude_device;
#endif
+
+ mpc834x_usb_cfg();
}
static void __init mpc834x_itx_init_IRQ(void)