-
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: da9055: Add DT support for CODEC
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@linaro.org>
- Loading branch information
Adam Thomson
authored and
Mark Brown
committed
Feb 10, 2014
1 parent
07b0e5b
commit 9f10b36
Showing
2 changed files
with
30 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,22 @@ | ||
* Dialog DA9055 Audio CODEC | ||
|
||
DA9055 provides Audio CODEC support (I2C only). | ||
|
||
The Audio CODEC device in DA9055 has it's own I2C address which is configurable, | ||
so the device is instantiated separately from the PMIC (MFD) device. | ||
|
||
For details on accompanying PMIC I2C device, see the following: | ||
Documentation/devicetree/bindings/mfd/da9055.txt | ||
|
||
Required properties: | ||
|
||
- compatible: "dlg,da9055-codec" | ||
- reg: Specifies the I2C slave address | ||
|
||
|
||
Example: | ||
|
||
codec: da9055-codec@1a { | ||
compatible = "dlg,da9055-codec"; | ||
reg = <0x1a>; | ||
}; |
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