IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / via,vt8500-ehci.txt
blob17b3ad1d97e78da7ecb8277ef86e505e494c9582
1 VIA/Wondermedia VT8500 EHCI Controller
2 -----------------------------------------------------
4 Required properties:
5 - compatible : "via,vt8500-ehci"
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : ehci controller interrupt
9 Example:
11         ehci@d8007900 {
12                 compatible = "via,vt8500-ehci";
13                 reg = <0xd8007900 0x200>;
14                 interrupts = <43>;
15         };