ASoC: ak4104: add regulator consumer support
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / ak4104.txt
CommitLineData
ac5dbea0
DM
1AK4104 S/PDIF transmitter
2
3This device supports SPI mode only.
4
5Required properties:
6
7 - compatible : "asahi-kasei,ak4104"
8
9 - reg : The chip select number on the SPI bus
10
385a4c2e
DM
11Optional properties:
12
13 - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
14 deasserted before communication to the device starts.
15
ac5dbea0
DM
16Example:
17
18spdif: ak4104@0 {
19 compatible = "asahi-kasei,ak4104";
20 reg = <0>;
21 spi-max-frequency = <5000000>;
22};
This page took 0.229739 seconds and 5 git commands to generate.