IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / cs4270.txt
blob6b222f9b8ef535b6477e6c236b4ed8ac43d2fe02
1 CS4270 audio CODEC
3 The driver for this device currently only supports I2C.
5 Required properties:
7   - compatible : "cirrus,cs4270"
9   - reg : the I2C address of the device for I2C
11 Optional properties:
13   - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
14                  deasserted before communication to the codec starts.
16 Example:
18 codec: cs4270@48 {
19         compatible = "cirrus,cs4270";
20         reg = <0x48>;