diff options
author | Koro Chen <koro.chen@mediatek.com> | 2016-04-20 10:59:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-21 17:15:14 +0100 |
commit | c0133e3b0265341e7d62e150df18709af33c3a30 (patch) | |
tree | 0370369b945a162f145d8f9efd632da7a7f7814a /Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt | |
parent | d349caeb05104ef01392abc6c7cfc8ab516c7be4 (diff) | |
download | talos-obmc-linux-c0133e3b0265341e7d62e150df18709af33c3a30.tar.gz talos-obmc-linux-c0133e3b0265341e7d62e150df18709af33c3a30.zip |
ASoC: mediatek: Add HDMI dai-links in the mt8173-rt5650-rt5676 machine driver
This creates pcmC0D2p for the HDMI playback in the same card.
Signed-off-by: Koro Chen <koro.chen@mediatek.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt b/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt index f205ce9e31dd..ac28cdb4910e 100644 --- a/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt +++ b/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt @@ -1,15 +1,16 @@ -MT8173 with RT5650 RT5676 CODECS +MT8173 with RT5650 RT5676 CODECS and HDMI via I2S Required properties: - compatible : "mediatek,mt8173-rt5650-rt5676" - mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs + and of the hdmi encoder node - mediatek,platform: the phandle of MT8173 ASoC platform Example: sound { compatible = "mediatek,mt8173-rt5650-rt5676"; - mediatek,audio-codec = <&rt5650 &rt5676>; + mediatek,audio-codec = <&rt5650 &rt5676 &hdmi0>; mediatek,platform = <&afe>; }; |