Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/drm-intel...
[linux-2.6-microblaze.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         };