aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorFlorian Meier <florian.meier@koalo.de>2016-05-13 09:14:12 +0000
committerMark Brown <broonie@kernel.org>2016-05-13 11:49:44 +0100
commit97d3ddd71fbf663a5da52897757333341a8b254f (patch)
treef997865001b1bb560e736c5ada39c01d7c6eee45 /Documentation/devicetree/bindings/sound
parentLinux 4.6-rc1 (diff)
downloadlinux-dev-97d3ddd71fbf663a5da52897757333341a8b254f.tar.xz
linux-dev-97d3ddd71fbf663a5da52897757333341a8b254f.zip
ASoC: pcm5102a: Add support for PCM5102A codec
Some definitions to support the PCM5102A codec by Texas Instruments. Signed-off-by: Florian Meier <florian.meier@koalo.de> Changes to original patch by Florian Meier: * rebased (Makefile and Kconfig * fixed checkpath errors (spaces, newlines) * added dt-binding documentation Signed-off-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/pcm5102a.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/pcm5102a.txt b/Documentation/devicetree/bindings/sound/pcm5102a.txt
new file mode 100644
index 000000000000..c63ab0b6ee19
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/pcm5102a.txt
@@ -0,0 +1,13 @@
+PCM5102a audio CODECs
+
+These devices does not use I2C or SPI.
+
+Required properties:
+
+ - compatible : set as "ti,pcm5102a"
+
+Examples:
+
+ pcm5102a: pcm5102a {
+ compatible = "ti,pcm5102a";
+ };