summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-12 14:56:52 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-12 14:56:52 +0200
commit0680fa6c25d283d218cbb7760083c0d7ffb6d31c (patch)
treeb731746e2a63ab3331ab81dc39f388e7cfceae7c /Documentation
parentMerge remote-tracking branch 'asoc/topic/ak4104' into asoc-next (diff)
parentASoC: Add codec driver for AK5386 (diff)
downloadlinux-0680fa6c25d283d218cbb7760083c0d7ffb6d31c.tar.xz
linux-0680fa6c25d283d218cbb7760083c0d7ffb6d31c.zip
Merge remote-tracking branch 'asoc/topic/ak5386' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/ak5386.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak5386.txt b/Documentation/devicetree/bindings/sound/ak5386.txt
new file mode 100644
index 000000000000..dc3914fe6ce8
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ak5386.txt
@@ -0,0 +1,19 @@
+AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC
+
+This device has no control interface.
+
+Required properties:
+
+ - compatible : "asahi-kasei,ak5386"
+
+Optional properties:
+
+ - reset-gpio : a GPIO spec for the reset/power down pin.
+ If specified, it will be deasserted at probe time.
+
+Example:
+
+spdif: ak5386@0 {
+ compatible = "asahi-kasei,ak5386";
+ reset-gpio = <&gpio0 23>;
+};