-
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: 364827 b: refs/heads/master c: 64dc9e2 h: refs/heads/master i: 364825: f68112a 364823: ce21c13 v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Apr 5, 2013
1 parent
57c8ad6
commit bcc6d37
Showing
641 changed files
with
8,224 additions
and
6,725 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: 9b192de60b5a584ee4ed967fb6758773c75e4643 | ||
refs/heads/master: 64dc9e2e7320f079b97c46b106133b58b8e18d40 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
OMAP HS USB EHCI controller | ||
|
||
This device is usually the child of the omap-usb-host | ||
Documentation/devicetree/bindings/mfd/omap-usb-host.txt | ||
|
||
Required properties: | ||
|
||
- compatible: should be "ti,ehci-omap" | ||
- reg: should contain one register range i.e. start and length | ||
- interrupts: description of the interrupt line | ||
|
||
Optional properties: | ||
|
||
- phys: list of phandles to PHY nodes. | ||
This property is required if at least one of the ports are in | ||
PHY mode i.e. OMAP_EHCI_PORT_MODE_PHY | ||
|
||
To specify the port mode, see | ||
Documentation/devicetree/bindings/mfd/omap-usb-host.txt | ||
|
||
Example for OMAP4: | ||
|
||
usbhsehci: ehci@4a064c00 { | ||
compatible = "ti,ehci-omap", "usb-ehci"; | ||
reg = <0x4a064c00 0x400>; | ||
interrupts = <0 77 0x4>; | ||
}; | ||
|
||
&usbhsehci { | ||
phys = <&hsusb1_phy 0 &hsusb3_phy>; | ||
}; | ||
|
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
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
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.