treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / mt6358.txt
blob5465730013a1ea91c74e5f2321f0e29b4ae29462
1 Mediatek MT6358 Audio Codec
3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper.
4 For more detail, please visit Mediatek PMIC wrapper documentation.
6 Must be a child node of PMIC wrapper.
8 Required properties:
10 - compatible : "mediatek,mt6358-sound".
11 - Avdd-supply : power source of AVDD
13 Example:
15 mt6358_snd {
16         compatible = "mediatek,mt6358-sound";
17         Avdd-supply = <&mt6358_vaud28_reg>;