diff options
author | Koro Chen <koro.chen@mediatek.com> | 2016-02-25 10:16:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-02 07:32:00 +0300 |
commit | 0c71367d35115a7eb24483ffce2fad74f77dc4d0 (patch) | |
tree | 9d4a50a31fad8958429ac4284b8d040c8ec2623d /Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt | |
parent | 84f3a52421a41d0b129b519da9f39fcfb336a840 (diff) | |
download | linux-0c71367d35115a7eb24483ffce2fad74f77dc4d0.tar.xz |
ASoC: mediatek: Add machine driver for rt5650 rt5514 codec
This is the DPCM based machine driver with rt5650 and rt5514.
Signed-off-by: Koro Chen <koro.chen@mediatek.com>
Signed-off-by: PC Liao <pc.liao@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt b/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt new file mode 100644 index 000000000000..e8b3c80c6fff --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt @@ -0,0 +1,15 @@ +MT8173 with RT5650 RT5514 CODECS + +Required properties: +- compatible : "mediatek,mt8173-rt5650-rt5514" +- mediatek,audio-codec: the phandles of rt5650 and rt5514 codecs +- mediatek,platform: the phandle of MT8173 ASoC platform + +Example: + + sound { + compatible = "mediatek,mt8173-rt5650-rt5514"; + mediatek,audio-codec = <&rt5650 &rt5514>; + mediatek,platform = <&afe>; + }; + |