treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / max98357a.txt
blob4bce14ce806f3d35fa57d81b8f73454e67fabd11
1 Maxim MAX98357A audio DAC
3 This node models the Maxim MAX98357A DAC.
5 Required properties:
6 - compatible   : "maxim,max98357a"
8 Optional properties:
9 - sdmode-gpios : GPIO specifier for the chip's SD_MODE pin.
10         If this option is not specified then driver does not manage
11         the pin state (e.g. chip is always on).
12 - sdmode-delay : specify delay time for SD_MODE pin.
13         If this option is specified, which means it's required i2s clocks
14         ready before SD_MODE is unmuted in order to avoid the speaker pop noise.
15         It's observed that 5ms is sufficient.
17 Example:
19 max98357a {
20         compatible = "maxim,max98357a";
21         sdmode-gpios = <&qcom_pinmux 25 0>;