treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / everest,es8316.txt
blob1bf03c5f2af4d06ea8a202db3416a55300669c90
1 Everest ES8316 audio CODEC
3 This device supports both I2C and SPI.
5 Required properties:
7   - compatible  : should be "everest,es8316"
8   - reg : the I2C address of the device for I2C
10 Optional properties:
12   - clocks : a list of phandle, should contain entries for clock-names
13   - clock-names : should include as follows:
14          "mclk" : master clock (MCLK) of the device
16 Example:
18 es8316: codec@11 {
19         compatible = "everest,es8316";
20         reg = <0x11>;
21         clocks = <&clks 10>;
22         clock-names = "mclk";