IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / omap-usb-tll.txt
blob62fe69724e3b1da6a4b0b8f31c79f85e4dbdca93
1 OMAP HS USB Host TLL (Transceiver-Less Interface)
3 Required properties:
5 - compatible : should be "ti,usbhs-tll"
6 - reg : should contain one register range i.e. start and length
7 - interrupts : should contain the TLL module's interrupt
8 - ti,hwmod : must contain "usb_tll_hs"
10 Example:
12         usbhstll: usbhstll@4a062000 {
13                 compatible = "ti,usbhs-tll";
14                 reg = <0x4a062000 0x1000>;
15                 interrupts = <78>;
16                 ti,hwmods = "usb_tll_hs";
17           };