mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
9f10b36ffd
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@linaro.org>
23 lines
534 B
Plaintext
23 lines
534 B
Plaintext
* 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>;
|
|
};
|