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>
28 lines
538 B
Plaintext
28 lines
538 B
Plaintext
Texas Instruments - tpa6130a2 Codec module
|
|
|
|
The tpa6130a2 serial control bus communicates through I2C protocols
|
|
|
|
Required properties:
|
|
|
|
- compatible - "string" - One of:
|
|
"ti,tpa6130a2" - TPA6130A2
|
|
"ti,tpa6140a2" - TPA6140A2
|
|
|
|
|
|
- reg - <int> - I2C slave address
|
|
|
|
- Vdd-supply - <phandle> - power supply regulator
|
|
|
|
Optional properties:
|
|
|
|
- power-gpio - gpio pin to power the device
|
|
|
|
Example:
|
|
|
|
tpa6130a2: tpa6130a2@60 {
|
|
compatible = "ti,tpa6130a2";
|
|
reg = <0x60>;
|
|
Vdd-supply = <&vmmc2>;
|
|
power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
|
|
};
|