-
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: 325944 b: refs/heads/master c: ff0a1f3 h: refs/heads/master v: v3
- Loading branch information
Kishon Vijay Abraham I
authored and
Felipe Balbi
committed
Sep 6, 2012
1 parent
68bbf0b
commit cf89223
Showing
3 changed files
with
48 additions
and
14 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: 0e98de67bacba812b1b465b90a3f940d24401c27 | ||
refs/heads/master: ff0a1f39400a8d2c02343bd22d295517d72e58ec |
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/devicetree/bindings/usb/twlxxxx-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,21 @@ | ||
USB COMPARATOR OF TWL CHIPS | ||
|
||
TWL6030 USB COMPARATOR | ||
- compatible : Should be "ti,twl6030-usb" | ||
- interrupts : Two interrupt numbers to the cpu should be specified. First | ||
interrupt number is the otg interrupt number that raises ID interrupts when | ||
the controller has to act as host and the second interrupt number is the | ||
usb interrupt number that raises VBUS interrupts when the controller has to | ||
act as device | ||
- usb-supply : phandle to the regulator device tree node. It should be vusb | ||
if it is twl6030 or ldousb if it is twl6025 subclass. | ||
|
||
twl6030-usb { | ||
compatible = "ti,twl6030-usb"; | ||
interrupts = < 4 10 >; | ||
}; | ||
|
||
Board specific device node entry | ||
&twl6030-usb { | ||
usb-supply = <&vusb>; | ||
}; |
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