aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-05-13 14:26:23 +0100
committerMark Brown <broonie@kernel.org>2016-05-13 14:26:23 +0100
commite74ac45d892f3c03756bd9e9fb4d242fe08cb35d (patch)
treef38b089df17cd85871118d31963fdc3f26c6f2b9 /Documentation/devicetree/bindings
parentMerge remote-tracking branch 'asoc/topic/intel' into asoc-next (diff)
parentASoC: pcm5102a: Add support for PCM5102A codec (diff)
downloadlinux-dev-e74ac45d892f3c03756bd9e9fb4d242fe08cb35d.tar.xz
linux-dev-e74ac45d892f3c03756bd9e9fb4d242fe08cb35d.zip
Merge remote-tracking branch 'asoc/topic/pcm5102' into asoc-next
Diffstat (limited to 'Documentation/devicetree/bindings')
-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";
+ };