2016-04-20 16:59:56 +08:00
|
|
|
MT8173 with RT5650 RT5676 CODECS and HDMI via I2S
|
2015-06-15 22:38:04 +08:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : "mediatek,mt8173-rt5650-rt5676"
|
|
|
|
- mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs
|
2016-04-20 16:59:56 +08:00
|
|
|
and of the hdmi encoder node
|
2015-07-09 10:51:27 +08:00
|
|
|
- mediatek,platform: the phandle of MT8173 ASoC platform
|
2015-06-15 22:38:04 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
sound {
|
|
|
|
compatible = "mediatek,mt8173-rt5650-rt5676";
|
2016-04-20 16:59:56 +08:00
|
|
|
mediatek,audio-codec = <&rt5650 &rt5676 &hdmi0>;
|
2015-07-09 10:51:27 +08:00
|
|
|
mediatek,platform = <&afe>;
|
2015-06-15 22:38:04 +08:00
|
|
|
};
|
|
|
|
|