Merge branch 'jejb-fixes' into fixes
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / mt8173-max98090.txt
CommitLineData
a54f6f0c
KC
1MT8173 with MAX98090 CODEC
2
3Required properties:
4- compatible : "mediatek,mt8173-max98090"
5- mediatek,audio-codec: the phandle of the MAX98090 audio codec
94319ba1 6- mediatek,platform: the phandle of MT8173 ASoC platform
a54f6f0c
KC
7
8Example:
9
10 sound {
11 compatible = "mediatek,mt8173-max98090";
12 mediatek,audio-codec = <&max98090>;
94319ba1 13 mediatek,platform = <&afe>;
a54f6f0c
KC
14 };
15
This page took 0.06493 seconds and 5 git commands to generate.