-
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: 328644 b: refs/heads/master c: 8996b89 h: refs/heads/master v: v3
- Loading branch information
Mark Langsdorf
authored and
Jeff Garzik
committed
Sep 13, 2012
1 parent
e357643
commit e0c2a34
Showing
8 changed files
with
502 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: 100f586bd0959fe0e52b8a0b8cb49a3df1c6b044 | ||
refs/heads/master: 8996b89d6bc98ae2f6d6e6e624a42a3f89d06949 |
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/devicetree/bindings/arm/calxeda/combophy.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,17 @@ | ||
Calxeda Highbank Combination Phys for SATA | ||
|
||
Properties: | ||
- compatible : Should be "calxeda,hb-combophy" | ||
- #phy-cells: Should be 1. | ||
- reg : Address and size for Combination Phy registers. | ||
- phydev: device ID for programming the combophy. | ||
|
||
Example: | ||
|
||
combophy5: combo-phy@fff5d000 { | ||
compatible = "calxeda,hb-combophy"; | ||
#phy-cells = <1>; | ||
reg = <0xfff5d000 0x1000>; | ||
phydev = <31>; | ||
}; | ||
|
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.