summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/ak5386.txt
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-03-08 12:07:28 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-08 19:49:22 +0800
commitcc289be8c913006a43275dfd8ed4ac56b43140a8 (patch)
tree67fd1138daa3781f65eb3fb7bf71ae05081c4cf2 /Documentation/devicetree/bindings/sound/ak5386.txt
parent6dbe51c251a327e012439c4772097a13df43c5b8 (diff)
ASoC: Add codec driver for AK5386
Adds a driver for Asahi Kasei's AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC. The device has no control port interface but an optional RESET/PDN GPIO pin. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ak5386.txt')
-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>;
+};