-
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: 353379 b: refs/heads/master c: 9e7b6d6 h: refs/heads/master i: 353377: f18e25b 353375: 2733a3f v: v3
- Loading branch information
Kuninori Morimoto
authored and
Mark Brown
committed
Jan 13, 2013
1 parent
e4fc55d
commit 551bf85
Showing
3 changed files
with
90 additions
and
9 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: fd974e52dbbdb27910d40d8feea7000f26545683 | ||
refs/heads/master: 9e7b6d60d880a463b17e4eae0d61c9f9a12f22bb |
26 changes: 26 additions & 0 deletions
26
trunk/Documentation/devicetree/bindings/sound/renesas,fsi.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,26 @@ | ||
Renesas FSI | ||
|
||
Required properties: | ||
- compatible : "renesas,sh_fsi2" or "renesas,sh_fsi" | ||
- reg : Should contain the register physical address and length | ||
- interrupts : Should contain FSI interrupt | ||
|
||
- fsia,spdif-connection : FSI is connected by S/PDFI | ||
- fsia,stream-mode-support : FSI supports 16bit stream mode. | ||
- fsia,use-internal-clock : FSI uses internal clock when master mode. | ||
|
||
- fsib,spdif-connection : same as fsia | ||
- fsib,stream-mode-support : same as fsia | ||
- fsib,use-internal-clock : same as fsia | ||
|
||
Example: | ||
|
||
sh_fsi2: sh_fsi2@0xec230000 { | ||
compatible = "renesas,sh_fsi2"; | ||
reg = <0xec230000 0x400>; | ||
interrupts = <0 146 0x4>; | ||
|
||
fsia,spdif-connection; | ||
fsia,stream-mode-support; | ||
fsia,use-internal-clock; | ||
}; |
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