diff options
author | Daniel Mack <zonque@gmail.com> | 2013-03-08 06:07:28 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-08 06:49:22 -0500 |
commit | cc289be8c913006a43275dfd8ed4ac56b43140a8 (patch) | |
tree | 67fd1138daa3781f65eb3fb7bf71ae05081c4cf2 /Documentation/devicetree/bindings/sound/ak5386.txt | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 (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.txt | 19 |
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 @@ | |||
1 | AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC | ||
2 | |||
3 | This device has no control interface. | ||
4 | |||
5 | Required properties: | ||
6 | |||
7 | - compatible : "asahi-kasei,ak5386" | ||
8 | |||
9 | Optional properties: | ||
10 | |||
11 | - reset-gpio : a GPIO spec for the reset/power down pin. | ||
12 | If specified, it will be deasserted at probe time. | ||
13 | |||
14 | Example: | ||
15 | |||
16 | spdif: ak5386@0 { | ||
17 | compatible = "asahi-kasei,ak5386"; | ||
18 | reset-gpio = <&gpio0 23>; | ||
19 | }; | ||