-
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.
- Loading branch information
Roger Quadros
authored and
Greg Kroah-Hartman
committed
Mar 15, 2013
1 parent
7282103
commit 7301126
Showing
3 changed files
with
69 additions
and
2 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: 5867320dec346c2dc26f224f876d780111ca149d | ||
refs/heads/master: a1ae0affee119e6deb937d157aa8b43319c1d6f3 |
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>; | ||
}; | ||
|
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