summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-05 13:12:39 -0400
committerMark Brown <broonie@linaro.org>2013-08-05 13:12:39 -0400
commit6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2 (patch)
tree92a6b7232a02ed69b86219e8f125e08bf95f3837 /Documentation
parent13b02fa0dbb1311d08dfacd897a6ff41232d7cfb (diff)
parent95169d080fcaad6c990ce3602d9b3d38753b1fa4 (diff)
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 @@
1Texas Instruments PCM1681 8-channel PWM Processor
2
3Required properties:
4
5 - compatible: Should contain "ti,pcm1681".
6 - reg: The i2c address. Should contain <0x4c>.
7
8Examples:
9
10 i2c_bus {
11 pcm1681@4c {
12 compatible = "ti,pcm1681";
13 reg = <0x4c>;
14 };
15 };