Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / mt6351.txt
1 Mediatek MT6351 Audio Codec
2
3 The communication between MT6351 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,mt6351-sound".
11
12 Example:
13
14 mt6351_snd {
15         compatible = "mediatek,mt6351-sound";
16 };