treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / cs4270.txt
blobc33770ec4c3c726a750c8e5a6b978e5202906149
1 CS4270 audio CODEC
3 The driver for this device currently only supports I2C.
5 Required properties:
7   - compatible : "cirrus,cs4270"
9   - reg : the I2C address of the device for I2C
11 Optional properties:
13   - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
14                   deasserted before communication to the codec starts.
16 Example:
18 codec: cs4270@48 {
19         compatible = "cirrus,cs4270";
20         reg = <0x48>;