linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add USB support to mpc8349-mitx board port
@ 2007-07-06 22:29 Grant Likely
  2007-07-06 23:48 ` Arnd Bergmann
  0 siblings, 1 reply; 8+ messages in thread
From: Grant Likely @ 2007-07-06 22:29 UTC (permalink / raw)
  To: paulus, linuxppc-dev, galak, leoli, kim.phillips

From: Grant Likely <grant.likely@secretlab.ca>

This patch depends on Li Yang's patch: "83xx USB platform code rework"

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---

 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 40a0194..1ace7ac 100644
--- a/arch/powerpc/platforms/83xx/mpc834x_itx.c
+++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c
@@ -63,6 +63,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)

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-09 23:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 22:29 [PATCH] Add USB support to mpc8349-mitx board port Grant Likely
2007-07-06 23:48 ` Arnd Bergmann
2007-07-07  5:46   ` Grant Likely
2007-07-08  0:34     ` John Rigby
2007-07-08  0:48       ` Grant Likely
2007-07-09  3:55         ` John Rigby
2007-07-09 17:03           ` Grant Likely
2007-07-09 23:35             ` John Rigby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).