diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-22 15:28:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-22 15:28:43 +0200 |
commit | c8a538417e2b6f0a68127cdcbbd0790b3bd250cf (patch) | |
tree | fb882334f89dfe2b7f2e05f3d6e2aab31433804d /Documentation/devicetree/bindings | |
parent | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next (diff) | |
parent | Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-new-pcm (diff) | |
download | linux-c8a538417e2b6f0a68127cdcbbd0790b3bd250cf.tar.xz linux-c8a538417e2b6f0a68127cdcbbd0790b3bd250cf.zip |
Merge remote-tracking branch 'asoc/topic/new-pcm' into asoc-next
Diffstat (limited to 'Documentation/devicetree/bindings')
-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>; + }; + }; |