Browse Source

[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>
Grant Likely 18 years ago
parent
commit
c03ac582fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/powerpc/platforms/83xx/mpc834x_itx.c

+ 2 - 0
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)