-
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.
yaml --- r: 364348 b: refs/heads/master c: 5867320 h: refs/heads/master v: v3
- Loading branch information
Roger Quadros
authored and
Greg Kroah-Hartman
committed
Mar 15, 2013
1 parent
ca3fef3
commit 7282103
Showing
3 changed files
with
35 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8c3ec38550a6b880738c8b1982f9207d0fd5a339 | ||
refs/heads/master: 5867320dec346c2dc26f224f876d780111ca149d |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/usb/ohci-omap3.txt
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,15 @@ | ||
OMAP HS USB OHCI controller (OMAP3 and later) | ||
|
||
Required properties: | ||
|
||
- compatible: should be "ti,ohci-omap3" | ||
- reg: should contain one register range i.e. start and length | ||
- interrupts: description of the interrupt line | ||
|
||
Example for OMAP4: | ||
|
||
usbhsohci: ohci@4a064800 { | ||
compatible = "ti,ohci-omap3", "usb-ohci"; | ||
reg = <0x4a064800 0x400>; | ||
interrupts = <0 76 0x4>; | ||
}; |
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