summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-05 19:12:39 +0200
committerMark Brown <broonie@linaro.org>2013-08-05 19:12:39 +0200
commit6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2 (patch)
tree92a6b7232a02ed69b86219e8f125e08bf95f3837 /Documentation
parentASoC: Add PCM1792A spi mode codec support (diff)
parentASoC: Add PCM1681 codec driver. (diff)
downloadlinux-6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2.tar.xz
linux-6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2.zip
Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-new-pcm
Trivial add/add conflicts: sound/soc/codecs/Kconfig sound/soc/codecs/Makefile
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/ti,pcm1681.txt15
1 files changed, 15 insertions, 0 deletions
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>;
+ };
+ };