mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
97d3ddd71f
Some definitions to support the PCM5102A codec by Texas Instruments. Signed-off-by: Florian Meier <florian.meier@koalo.de> Changes to original patch by Florian Meier: * rebased (Makefile and Kconfig * fixed checkpath errors (spaces, newlines) * added dt-binding documentation Signed-off-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>
14 lines
191 B
Plaintext
14 lines
191 B
Plaintext
PCM5102a audio CODECs
|
|
|
|
These devices does not use I2C or SPI.
|
|
|
|
Required properties:
|
|
|
|
- compatible : set as "ti,pcm5102a"
|
|
|
|
Examples:
|
|
|
|
pcm5102a: pcm5102a {
|
|
compatible = "ti,pcm5102a";
|
|
};
|