-
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.
ASoC: fsl: add dt support for imx-audmux
It adds device tree probe support for imx-audmux driver. Signed-off-by: Richard Zhao <richard.zhao@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information
Richard Zhao
authored and
Mark Brown
committed
Mar 6, 2012
1 parent
f320515
commit 9d5ef26
Showing
2 changed files
with
27 additions
and
0 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 |
---|---|---|
@@ -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