Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / mt6797-mt6351.txt
1 MT6797 with MT6351 CODEC
2
3 Required properties:
4 - compatible: "mediatek,mt6797-mt6351-sound"
5 - mediatek,platform: the phandle of MT6797 ASoC platform
6 - mediatek,audio-codec: the phandles of MT6351 codec
7
8 Example:
9
10         sound {
11                 compatible = "mediatek,mt6797-mt6351-sound";
12                 mediatek,audio-codec = <&mt6351_snd>;
13                 mediatek,platform = <&afe>;
14         };