diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-20 23:39:30 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:14:03 -0500 |
commit | 007b6aa8114550c59373c751ac9cc9f356a0a81f (patch) | |
tree | c88fe7af51adfbe3148c9fb1392ccbe5a43323ce /arch/powerpc/boot | |
parent | c3fc2de0fea2bbd54780226d66ec91d73f35e74a (diff) |
[POWERPC] 4xx: Wire up 440EP USB controller support to Bamboo board
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>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/bamboo.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/bamboo.dts b/arch/powerpc/boot/dts/bamboo.dts index e479f0789865..6ae12172fd5d 100644 --- a/arch/powerpc/boot/dts/bamboo.dts +++ b/arch/powerpc/boot/dts/bamboo.dts | |||
@@ -238,6 +238,13 @@ | |||
238 | zmii-device = <&ZMII0>; | 238 | zmii-device = <&ZMII0>; |
239 | zmii-channel = <1>; | 239 | zmii-channel = <1>; |
240 | }; | 240 | }; |
241 | |||
242 | usb@ef601000 { | ||
243 | compatible = "ohci-be"; | ||
244 | reg = <ef601000 80>; | ||
245 | interrupts = <8 1 9 1>; | ||
246 | interrupt-parent = < &UIC1 >; | ||
247 | }; | ||
241 | }; | 248 | }; |
242 | 249 | ||
243 | PCI0: pci@ec000000 { | 250 | PCI0: pci@ec000000 { |