* [PATCH 12/21] [POWERPC] Wire up 440EP USB controlle support to Bamboo board
@ 2007-12-21 4:39 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2007-12-21 4:39 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev
This adds the definition of the on-chip OHCI controller to the
Bamboo board's device-tree. This is enough to get it probed and
working, though a separate patch fixing a bug in the OHCI driver
is needed to make it reliable.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
arch/powerpc/boot/dts/bamboo.dts | 7 +++++++
1 file changed, 7 insertions(+)
--- linux-merge.orig/arch/powerpc/boot/dts/bamboo.dts 2007-12-14 15:49:47.000000000 +1100
+++ linux-merge/arch/powerpc/boot/dts/bamboo.dts 2007-12-14 15:49:48.000000000 +1100
@@ -238,6 +238,13 @@
zmii-device = <&ZMII0>;
zmii-channel = <1>;
};
+
+ usb@ef601000 {
+ compatible = "ohci-be";
+ reg = <ef601000 80>;
+ interrupts = <8 1 9 1>;
+ interrupt-parent = < &UIC1 >;
+ };
};
PCI0: pci@ec000000 {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-21 4:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-21 4:39 [PATCH 12/21] [POWERPC] Wire up 440EP USB controlle support to Bamboo board Benjamin Herrenschmidt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.