treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / cs4349.txt
blob54c117b59dba54bf666fa22c9e92a2f805045899
1 CS4349 audio CODEC
3 Required properties:
5   - compatible : "cirrus,cs4349"
7   - reg : the I2C address of the device for I2C
9 Optional properties:
11   - reset-gpios : a GPIO spec for the reset pin.
13 Example:
15 codec: cs4349@48 {
16         compatible = "cirrus,cs4349";
17         reg = <0x48>;
18         reset-gpios = <&gpio 54 0>;