Revert "dm crypt: export sysfs of kcryptd workqueue"
[linux-2.6-microblaze.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 Optional properties:
14 - mediatek,dmic-mode : Indicates how many data pins are used to transmit two
15         channels of PDM signal. 0 means two wires, 1 means one wire. Default
16         value is 0.
17
18 Example:
19
20 mt6358_snd {
21         compatible = "mediatek,mt6358-sound";
22         Avdd-supply = <&mt6358_vaud28_reg>;
23         mediatek,dmic-mode = <0>;
24 };