Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / sound / mt6358.txt
1 Mediatek MT6358 Audio Codec
2
3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper.
4 For more detail, please visit Mediatek PMIC wrapper documentation.
5
6 Must be a child node of PMIC wrapper.
7
8 Required properties:
9
10 - compatible : "mediatek,mt6358-sound".
11 - Avdd-supply : power source of AVDD
12
13 Example:
14
15 mt6358_snd {
16         compatible = "mediatek,mt6358-sound";
17         Avdd-supply = <&mt6358_vaud28_reg>;
18 };