Merge branch 'for-5.15-printk-index' into for-linus
[linux-2.6-microblaze.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 };