treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / tfa9879.txt
blob1620e6848436d630aadc5ff17cd028925623b89f
1 NXP TFA9879 class-D audio amplifier
3 Required properties:
5 - compatible : "nxp,tfa9879"
7 - reg : the I2C address of the device
9 - #sound-dai-cells : must be 0.
11 Example:
13 &i2c1 {
14         pinctrl-names = "default";
15         pinctrl-0 = <&pinctrl_i2c1>;
17         amp: amp@6c {
18                 #sound-dai-cells = <0>;
19                 compatible = "nxp,tfa9879";
20                 reg = <0x6c>;
21         };