summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/pcm3060.txt
diff options
context:
space:
mode:
authorKirill Marinushkin2018-08-21 18:52:46 +0200
committerMark Brown2018-08-28 21:41:24 +0200
commit6ee47d4a8dacfa484d526c0475730568d979de24 (patch)
tree5fbefac27db02ad1ddf8bb519554aa714f60b27e /Documentation/devicetree/bindings/sound/pcm3060.txt
parentASoC: rsnd: Add r8a774a1 support (diff)
downloadkernel-qcow2-linux-6ee47d4a8dacfa484d526c0475730568d979de24.tar.gz
kernel-qcow2-linux-6ee47d4a8dacfa484d526c0475730568d979de24.tar.xz
kernel-qcow2-linux-6ee47d4a8dacfa484d526c0475730568d979de24.zip
ASoC: pcm3060: Add codec driver
This commit adds support for TI PCM3060 CODEC. The technical documentation is available at [1]. [1] http://ti.com/product/pcm3060 Signed-off-by: Kirill Marinushkin <kmarinushkin@birdec.tech> Cc: Mark Brown <broonie@kernel.org> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.com> Cc: M R Swami Reddy <mr.swami.reddy@ti.com> Cc: Vishwas A Deshpande <vishwas.a.deshpande@ti.com> Cc: Kevin Cernekee <cernekee@chromium.org> Cc: Peter Ujfalusi <peter.ujfalusi@ti.com> Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/pcm3060.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/pcm3060.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/pcm3060.txt b/Documentation/devicetree/bindings/sound/pcm3060.txt
new file mode 100644
index 000000000000..90fcb8523099
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/pcm3060.txt
@@ -0,0 +1,17 @@
+PCM3060 audio CODEC
+
+This driver supports both I2C and SPI.
+
+Required properties:
+
+- compatible: "ti,pcm3060"
+
+- reg : the I2C address of the device for I2C, the chip select
+ number for SPI.
+
+Examples:
+
+ pcm3060: pcm3060@46 {
+ compatible = "ti,pcm3060";
+ reg = <0x46>;
+ };