treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / pcm3060.txt
blob97de66932d44d22f3a5664e5550780093b412873
1 PCM3060 audio CODEC
3 This driver supports both I2C and SPI.
5 Required properties:
7 - compatible: "ti,pcm3060"
9 - reg : the I2C address of the device for I2C, the chip select
10         number for SPI.
12 Optional properties:
14 - ti,out-single-ended: "true" if output is single-ended;
15                        "false" or not specified if output is differential.
17 Examples:
19         pcm3060: pcm3060@46 {
20                  compatible = "ti,pcm3060";
21                  reg = <0x46>;
22                  ti,out-single-ended = "true";
23         };