-
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: 342308 b: refs/heads/master c: c47d244 h: refs/heads/master v: v3
- Loading branch information
Vasanth Ananthan
authored and
Kukjin Kim
committed
Nov 20, 2012
1 parent
c49c0b8
commit d3b0dc7
Showing
6 changed files
with
71 additions
and
1 deletion.
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: d36bb0f0401b60f5484700da84a4cf760cd82fe3 | ||
refs/heads/master: c47d244a646d08e2161b7fa22c5512e7988762ae |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/ata/exynos-sata-phy.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,14 @@ | ||
* Samsung SATA PHY Controller | ||
|
||
SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers. | ||
Each SATA PHY controller should have its own node. | ||
|
||
Required properties: | ||
- compatible : compatible list, contains "samsung,exynos5-sata-phy" | ||
- reg : <registers mapping> | ||
|
||
Example: | ||
sata@ffe07000 { | ||
compatible = "samsung,exynos5-sata-phy"; | ||
reg = <0xffe07000 0x1000>; | ||
}; |
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/devicetree/bindings/ata/exynos-sata.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 @@ | ||
* Samsung AHCI SATA Controller | ||
|
||
SATA nodes are defined to describe on-chip Serial ATA controllers. | ||
Each SATA controller should have its own node. | ||
|
||
Required properties: | ||
- compatible : compatible list, contains "samsung,exynos5-sata" | ||
- interrupts : <interrupt mapping for SATA IRQ> | ||
- reg : <registers mapping> | ||
- samsung,sata-freq : <frequency in MHz> | ||
|
||
Example: | ||
sata@ffe08000 { | ||
compatible = "samsung,exynos5-sata"; | ||
reg = <0xffe08000 0x1000>; | ||
interrupts = <115>; | ||
}; |
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