diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-05 13:12:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-05 13:12:39 -0400 |
commit | 6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2 (patch) | |
tree | 92a6b7232a02ed69b86219e8f125e08bf95f3837 /Documentation | |
parent | 13b02fa0dbb1311d08dfacd897a6ff41232d7cfb (diff) | |
parent | 95169d080fcaad6c990ce3602d9b3d38753b1fa4 (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.txt | 15 |
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 @@ | |||
1 | Texas Instruments PCM1681 8-channel PWM Processor | ||
2 | |||
3 | Required properties: | ||
4 | |||
5 | - compatible: Should contain "ti,pcm1681". | ||
6 | - reg: The i2c address. Should contain <0x4c>. | ||
7 | |||
8 | Examples: | ||
9 | |||
10 | i2c_bus { | ||
11 | pcm1681@4c { | ||
12 | compatible = "ti,pcm1681"; | ||
13 | reg = <0x4c>; | ||
14 | }; | ||
15 | }; | ||