-
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
Andrew Lunn
authored and
Jason Cooper
committed
Nov 24, 2012
1 parent
5085993
commit d77a59c
Showing
3 changed files
with
51 additions
and
4 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: ec65aed950d619c6ec9883679631bdf6e7aa4527 | ||
refs/heads/master: 77dae54ab385033e488d8b07045bc7f8d931740f |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/usb/ehci-orion.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 @@ | ||
* EHCI controller, Orion Marvell variants | ||
|
||
Required properties: | ||
- compatible: must be "marvell,orion-ehci" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: The EHCI interrupt | ||
|
||
Example: | ||
|
||
ehci@50000 { | ||
compatible = "marvell,orion-ehci"; | ||
reg = <0x50000 0x1000>; | ||
interrupts = <19>; | ||
}; |
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