diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-22 14:28:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-22 14:28:43 +0100 |
commit | c8a538417e2b6f0a68127cdcbbd0790b3bd250cf (patch) | |
tree | fb882334f89dfe2b7f2e05f3d6e2aab31433804d /Documentation/devicetree/bindings/sound | |
parent | 97473630c78e687deb59284b19d09a095d38bc36 (diff) | |
parent | 6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2 (diff) | |
download | talos-op-linux-c8a538417e2b6f0a68127cdcbbd0790b3bd250cf.tar.gz talos-op-linux-c8a538417e2b6f0a68127cdcbbd0790b3bd250cf.zip |
Merge remote-tracking branch 'asoc/topic/new-pcm' into asoc-next
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/pcm1792a.txt | 18 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/sound/ti,pcm1681.txt | 15 |
2 files changed, 33 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/pcm1792a.txt b/Documentation/devicetree/bindings/sound/pcm1792a.txt new file mode 100644 index 000000000000..970ba1ed576f --- /dev/null +++ b/Documentation/devicetree/bindings/sound/pcm1792a.txt @@ -0,0 +1,18 @@ +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>; + }; + diff --git a/Documentation/devicetree/bindings/sound/ti,pcm1681.txt b/Documentation/devicetree/bindings/sound/ti,pcm1681.txt new file mode 100644 index 000000000000..4df17185ab80 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ti,pcm1681.txt @@ -0,0 +1,15 @@ +Texas Instruments PCM1681 8-channel PWM Processor + +Required properties: + + - compatible: Should contain "ti,pcm1681". + - reg: The i2c address. Should contain <0x4c>. + +Examples: + + i2c_bus { + pcm1681@4c { + compatible = "ti,pcm1681"; + reg = <0x4c>; + }; + }; |