-
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: 325996 b: refs/heads/master c: 6514567 h: refs/heads/master v: v3
- Loading branch information
Ajay Kumar Gupta
authored and
Felipe Balbi
committed
Sep 11, 2012
1 parent
d270f4d
commit ef4440b
Showing
3 changed files
with
66 additions
and
10 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: db4a93202e086dbdb5789149666dbbff48f708bf | ||
refs/heads/master: 65145677a65c31a8fd2704e244801bdb11061f9a |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/usb/am33xx-usb.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,14 @@ | ||
AM33XX MUSB GLUE | ||
- compatible : Should be "ti,musb-am33xx" | ||
- ti,hwmods : must be "usb_otg_hs" | ||
- multipoint : Should be "1" indicating the musb controller supports | ||
multipoint. This is a MUSB configuration-specific setting. | ||
- num_eps : Specifies the number of endpoints. This is also a | ||
MUSB configuration-specific setting. Should be set to "16" | ||
- ram_bits : Specifies the ram address size. Should be set to "12" | ||
- port0_mode : Should be "3" to represent OTG. "1" signifies HOST and "2" | ||
represents PERIPHERAL. | ||
- port1_mode : Should be "1" to represent HOST. "3" signifies OTG and "2" | ||
represents PERIPHERAL. | ||
- power : Should be "250". This signifies the controller can supply upto | ||
500mA when operating in host mode. |
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