Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
23 lines
533 B
Plaintext
23 lines
533 B
Plaintext
* Dialog DA9055 Audio CODEC
|
|
|
|
DA9055 provides Audio CODEC support (I2C only).
|
|
|
|
The Audio CODEC device in DA9055 has its 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>;
|
|
};
|