Merge tag 'asoc-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[pandora-kernel.git] / Documentation / devicetree / bindings / sound / ak5386.txt
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 };