-
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
Peter Ujfalusi
authored and
Liam Girdwood
committed
May 22, 2012
1 parent
4ff8d8d
commit 760053b
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: ce37f5ea4b77171952aacd829e8f346b78191a7b | ||
| refs/heads/master: 7cb8a1b5bae163c7aa746ffc02a641df6ed32f73 |
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/devicetree/bindings/sound/omap-mcpdm.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+ McPDM | ||
|
|
||
| Required properties: | ||
| - compatible: "ti,omap4-mcpdm" | ||
| - reg: Register location and size as an array: | ||
| <MPU access base address, size>, | ||
| <L3 interconnect address, size>; | ||
| - interrupts: Interrupt number for McPDM | ||
| - interrupt-parent: The parent interrupt controller | ||
| - ti,hwmods: Name of the hwmod associated to the McPDM | ||
|
|
||
| Example: | ||
|
|
||
| mcpdm: mcpdm@40132000 { | ||
| compatible = "ti,omap4-mcpdm"; | ||
| reg = <0x40132000 0x7f>, /* MPU private access */ | ||
| <0x49032000 0x7f>; /* L3 Interconnect */ | ||
| interrupts = <0 112 0x4>; | ||
| interrupt-parent = <&gic>; | ||
| ti,hwmods = "mcpdm"; | ||
| }; |
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