summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-22 14:28:43 +0100
committerMark Brown <broonie@linaro.org>2013-08-22 14:28:43 +0100
commitc8a538417e2b6f0a68127cdcbbd0790b3bd250cf (patch)
treefb882334f89dfe2b7f2e05f3d6e2aab31433804d /Documentation
parent97473630c78e687deb59284b19d09a095d38bc36 (diff)
parent6c3137fd01038972bf2ffe1e6fc4bb51b26e51f2 (diff)
downloadop-kernel-dev-c8a538417e2b6f0a68127cdcbbd0790b3bd250cf.zip
op-kernel-dev-c8a538417e2b6f0a68127cdcbbd0790b3bd250cf.tar.gz
Merge remote-tracking branch 'asoc/topic/new-pcm' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/pcm1792a.txt18
-rw-r--r--Documentation/devicetree/bindings/sound/ti,pcm1681.txt15
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 0000000..970ba1e
--- /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 0000000..4df1718
--- /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>;
+ };
+ };
OpenPOWER on IntegriCloud