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