-
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: 293463 b: refs/heads/master c: 9d5ef26 h: refs/heads/master i: 293461: df258c1 293459: d6b96be 293455: 1562816 v: v3
- Loading branch information
Richard Zhao
authored and
Mark Brown
committed
Mar 6, 2012
1 parent
ab45eeb
commit 1cec985
Showing
3 changed files
with
28 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: f320515a589eeb9bfbc317801e60b87a12f9eae1 | ||
refs/heads/master: 9d5ef2663fe220a88412a7190942b7d933da0333 |
13 changes: 13 additions & 0 deletions
13
trunk/Documentation/devicetree/bindings/sound/imx-audmux.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,13 @@ | ||
Freescale Digital Audio Mux (AUDMUX) device | ||
|
||
Required properties: | ||
- compatible : "fsl,imx21-audmux" for AUDMUX version firstly used on i.MX21, | ||
or "fsl,imx31-audmux" for the version firstly used on i.MX31. | ||
- reg : Should contain AUDMUX registers location and length | ||
|
||
Example: | ||
|
||
audmux@021d8000 { | ||
compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux"; | ||
reg = <0x021d8000 0x4000>; | ||
}; |
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