treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / wm8711.txt
blobc30a1387c4bff4f08a081d1a711b43d6f8e2a53e
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 wm8711: codec@1a {
16         compatible = "wlf,wm8711";
17         reg = <0x1a>;