mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 14:06:43 +07:00
c24fdc886f
Device tree support for tlv320aic3x CODEC driver. Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
Texas Instruments - tlv320aic3x Codec module
|
|
|
|
The tlv320aic3x serial control bus communicates through I2C protocols
|
|
|
|
Required properties:
|
|
- compatible - "string" - "ti,tlv320aic3x"
|
|
- reg - <int> - I2C slave address
|
|
|
|
|
|
Optional properties:
|
|
|
|
- gpio-reset - gpio pin number used for codec reset
|
|
- ai3x-gpio-func - <array of 2 int> - AIC3X_GPIO1 & AIC3X_GPIO2 Functionality
|
|
|
|
Example:
|
|
|
|
tlv320aic3x: tlv320aic3x@1b {
|
|
compatible = "ti,tlv320aic3x";
|
|
reg = <0x1b>;
|
|
};
|