ASoC: dt-bindings: mt8183: add ec-codec
[linux-2.6-block.git] / Documentation / devicetree / bindings / sound / mt8183-mt6358-ts3a227-max98357.txt
CommitLineData
9067cdea
SW
1MT8183 with MT6358, TS3A227 and MAX98357 CODECS
2
3Required properties:
4- compatible : "mediatek,mt8183_mt6358_ts3a227_max98357"
9067cdea
SW
5- mediatek,platform: the phandle of MT8183 ASoC platform
6
7cf28047
TBS
7Optional properties:
8- mediatek,headset-codec: the phandles of ts3a227 codecs
0cce736d
TBS
9- mediatek,ec-codec: the phandle of EC codecs.
10 See google,cros-ec-codec.txt for more details.
7cf28047 11
9067cdea
SW
12Example:
13
14 sound {
15 compatible = "mediatek,mt8183_mt6358_ts3a227_max98357";
16 mediatek,headset-codec = <&ts3a227>;
0cce736d 17 mediatek,ec-codec = <&ec_codec>;
9067cdea
SW
18 mediatek,platform = <&afe>;
19 };
20