IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / wm8804.txt
blob4d3a56f38adc31ea6dc24f611c37283fc8898f60
1 WM8804 audio CODEC
3 This device supports both I2C and SPI (configured with pin strapping
4 on the board).
6 Required properties:
8   - compatible : "wlf,wm8804"
10   - reg : the I2C address of the device for I2C, the chip select
11           number for SPI.
13 Example:
15 codec: wm8804@1a {
16         compatible = "wlf,wm8804";
17         reg = <0x1a>;