diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2016-01-10 00:38:04 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-01-10 12:01:12 +0000 |
commit | 0471cd938e244e22f3ead77d2b82230f83e35f69 (patch) | |
tree | ff89f18410640d3946cfe6c528cf4b3aef637ad9 /Documentation/devicetree/bindings/sound/pcm179x.txt | |
parent | 823733b91619aef5a2be21d0918ef6dd996de72a (diff) | |
download | blackbird-op-linux-0471cd938e244e22f3ead77d2b82230f83e35f69.tar.gz blackbird-op-linux-0471cd938e244e22f3ead77d2b82230f83e35f69.zip |
ASoC: pcm1792a: Rename pcm1792a to pcm179x
pcm1792a is compatible with pcm1795 and pcm1796 so it's
better to have them under the common name pcm179x
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/pcm179x.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/pcm179x.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/pcm179x.txt b/Documentation/devicetree/bindings/sound/pcm179x.txt new file mode 100644 index 000000000000..4ae70d3462d6 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/pcm179x.txt @@ -0,0 +1,18 @@ +Texas Instruments pcm179x 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>; + }; + |