-
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: 307998 b: refs/heads/master c: 2ec1be3 h: refs/heads/master v: v3
- Loading branch information
Peter Ujfalusi
authored and
Liam Girdwood
committed
May 22, 2012
1 parent
760053b
commit 76db968
Showing
3 changed files
with
30 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: 7cb8a1b5bae163c7aa746ffc02a641df6ed32f73 | ||
refs/heads/master: 2ec1be372139328b1aa3203eb1fd61d613b2d7fb |
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/devicetree/bindings/sound/omap-dmic.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,21 @@ | ||
* Texas Instruments OMAP4+ Digital Microphone Module | ||
|
||
Required properties: | ||
- compatible: "ti,omap4-dmic" | ||
- reg: Register location and size as an array: | ||
<MPU access base address, size>, | ||
<L3 interconnect address, size>; | ||
- interrupts: Interrupt number for DMIC | ||
- interrupt-parent: The parent interrupt controller | ||
- ti,hwmods: Name of the hwmod associated with OMAP dmic IP | ||
|
||
Example: | ||
|
||
dmic: dmic@4012e000 { | ||
compatible = "ti,omap4-dmic"; | ||
reg = <0x4012e000 0x7f>, /* MPU private access */ | ||
<0x4902e000 0x7f>; /* L3 Interconnect */ | ||
interrupts = <0 114 0x4>; | ||
interrupt-parent = <&gic>; | ||
ti,hwmods = "dmic"; | ||
}; |
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