Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / mfd / omap-usb-tll.txt
1 OMAP HS USB Host TLL (Transceiver-Less Interface)
2
3 Required properties:
4
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"
9
10 Example:
11
12         usbhstll: usbhstll@4a062000 {
13                 compatible = "ti,usbhs-tll";
14                 reg = <0x4a062000 0x1000>;
15                 interrupts = <78>;
16                 ti,hwmods = "usb_tll_hs";
17           };