IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / ak4104.txt
blobb902ee39cf8973bae24217f329c5c24ab8d012bb
1 AK4104 S/PDIF transmitter
3 This device supports SPI mode only.
5 Required properties:
7   - compatible : "asahi-kasei,ak4104"
9   - reg : The chip select number on the SPI bus
11 Optional properties:
13   - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
14                  deasserted before communication to the device starts.
16 Example:
18 spdif: ak4104@0 {
19         compatible = "asahi-kasei,ak4104";
20         reg = <0>;
21         spi-max-frequency = <5000000>;