mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
13b02fa0db
Add PCM1792A spi mode codec support. This version implements only a subset of functionalities. Tested connect to a pandaboard ES device and based on recently pcm1681 codec. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Mark Brown <broonie@linaro.org>
19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
Texas Instruments pcm1792a DT bindings
|
|
|
|
This driver supports the SPI bus.
|
|
|
|
Required properties:
|
|
|
|
- compatible: "ti,pcm1792a"
|
|
|
|
For required properties on SPI, please consult
|
|
Documentation/devicetree/bindings/spi/spi-bus.txt
|
|
|
|
Examples:
|
|
|
|
codec_spi: 1792a@0 {
|
|
compatible = "ti,pcm1792a";
|
|
spi-max-frequency = <600000>;
|
|
};
|
|
|