Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / mt8173-max98090.txt
blob519e97c8f1b8c2029c30785cc39a97ae317e9e64
1 MT8173 with MAX98090 CODEC
3 Required properties:
4 - compatible : "mediatek,mt8173-max98090"
5 - mediatek,audio-codec: the phandle of the MAX98090 audio codec
6 - mediatek,platform: the phandle of MT8173 ASoC platform
8 Example:
10         sound {
11                 compatible = "mediatek,mt8173-max98090";
12                 mediatek,audio-codec = <&max98090>;
13                 mediatek,platform = <&afe>;
14         };