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 <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/bamboo.dts | 7 +++++++ 1 file changed, 7 insertions(+) Index: linux-work/arch/powerpc/boot/dts/bamboo.dts =================================================================== --- linux-work.orig/arch/powerpc/boot/dts/bamboo.dts 2007-11-26 10:11:09.000000000 +1100 +++ linux-work/arch/powerpc/boot/dts/bamboo.dts 2007-11-27 14:37:50.000000000 +1100 @@ -238,6 +238,13 @@ zmii-device = <&ZMII0>; zmii-channel = <1>; }; + + [EMAIL PROTECTED] { + compatible = "ohci-be"; + reg = <ef601000 80>; + interrupts = <8 1 9 1>; + interrupt-parent = < &UIC1 >; + }; }; PCI0: [EMAIL PROTECTED] { _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev