提交 007b6aa8 编写于 作者: B Benjamin Herrenschmidt 提交者: Josh Boyer

[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: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
上级 c3fc2de0
...@@ -238,6 +238,13 @@ ...@@ -238,6 +238,13 @@
zmii-device = <&ZMII0>; zmii-device = <&ZMII0>;
zmii-channel = <1>; zmii-channel = <1>;
}; };
usb@ef601000 {
compatible = "ohci-be";
reg = <ef601000 80>;
interrupts = <8 1 9 1>;
interrupt-parent = < &UIC1 >;
};
}; };
PCI0: pci@ec000000 { PCI0: pci@ec000000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册