-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfd: omap-usb-tll: Add device tree support and binding information
Allows the OMAP USB TLL module to be specified via device tree. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
- Loading branch information
Roger Quadros
authored and
Samuel Ortiz
committed
Apr 9, 2013
1 parent
9f4a3ec
commit 48130b8
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
OMAP HS USB Host TLL (Transceiver-Less Interface) | ||
|
||
Required properties: | ||
|
||
- compatible : should be "ti,usbhs-tll" | ||
- reg : should contain one register range i.e. start and length | ||
- interrupts : should contain the TLL module's interrupt | ||
- ti,hwmod : must contain "usb_tll_hs" | ||
|
||
Example: | ||
|
||
usbhstll: usbhstll@4a062000 { | ||
compatible = "ti,usbhs-tll"; | ||
reg = <0x4a062000 0x1000>; | ||
interrupts = <78>; | ||
ti,hwmods = "usb_tll_hs"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters