treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / max98371.txt
blob8b2b2704b574e248c426565514076e2a42aa0631
1 max98371 codec
3 This device supports I2C mode only.
5 Required properties:
7 - compatible : "maxim,max98371"
8 - reg : The chip select number on the I2C bus
10 Example:
12 &i2c {
13         max98371: max98371@31 {
14                 compatible = "maxim,max98371";
15                 reg = <0x31>;
16         };