mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
4d16700dd9
Add DT support for this codec. The bindings differ a bit from the aic3x codec bindings, so I created a new binding documentation. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>
19 lines
399 B
Plaintext
19 lines
399 B
Plaintext
Texas Instruments - tlv320aic32x4 Codec module
|
|
|
|
The tlv320aic32x4 serial control bus communicates through I2C protocols
|
|
|
|
Required properties:
|
|
- compatible: Should be "ti,tlv320aic32x4"
|
|
- reg: I2C slave address
|
|
|
|
Optional properties:
|
|
- reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt
|
|
|
|
|
|
Example:
|
|
|
|
codec: tlv320aic32x4@18 {
|
|
compatible = "ti,tlv320aic32x4";
|
|
reg = <0x18>;
|
|
};
|