-
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: 326956 b: refs/heads/master c: 4369c5f h: refs/heads/master v: v3
- Loading branch information
Arnd Bergmann
committed
Sep 28, 2012
1 parent
3f3ee93
commit 81c8eae
Showing
459 changed files
with
10,321 additions
and
9,484 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: 1c3a918f78b72fb60fcc9ca9a4cebc90de570e58 | ||
refs/heads/master: 4369c5f3ae82009aa45115884208aada5a8c9273 |
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
40 changes: 40 additions & 0 deletions
40
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,40 @@ | ||
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>; | ||
}; | ||
|
||
TWL4030 USB PHY AND COMPARATOR | ||
- compatible : Should be "ti,twl4030-usb" | ||
- interrupts : The interrupt numbers to the cpu should be specified. First | ||
interrupt number is the otg interrupt number that raises ID interrupts | ||
and VBUS interrupts. The second interrupt number is optional. | ||
- <supply-name>-supply : phandle to the regulator device tree node. | ||
<supply-name> should be vusb1v5, vusb1v8 and vusb3v1 | ||
- usb_mode : The mode used by the phy to connect to the controller. "1" | ||
specifies "ULPI" mode and "2" specifies "CEA2011_3PIN" mode. | ||
|
||
twl4030-usb { | ||
compatible = "ti,twl4030-usb"; | ||
interrupts = < 10 4 >; | ||
usb1v5-supply = <&vusb1v5>; | ||
usb1v8-supply = <&vusb1v8>; | ||
usb3v1-supply = <&vusb3v1>; | ||
usb_mode = <1>; | ||
}; |
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 @@ | ||
USB PHY | ||
|
||
OMAP USB2 PHY | ||
|
||
Required properties: | ||
- compatible: Should be "ti,omap-usb2" | ||
- reg : Address and length of the register set for the device. Also | ||
add the address of control module dev conf register until a driver for | ||
control module is added | ||
|
||
This is usually a subnode of ocp2scp to which it is connected. | ||
|
||
usb2phy@4a0ad080 { | ||
compatible = "ti,omap-usb2"; | ||
reg = <0x4a0ad080 0x58>, | ||
<0x4a002300 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
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
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
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
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
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
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
Oops, something went wrong.