Skip to content

Commit

Permalink
[POWERPC] 4xx: Wire up 440EP USB controller support to Bamboo board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Herrenschmidt authored and Josh Boyer committed Dec 23, 2007
1 parent c3fc2de commit 007b6aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/powerpc/boot/dts/bamboo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 007b6aa

Please sign in to comment.