diff options
author | Koro Chen <koro.chen@mediatek.com> | 2015-06-15 16:38:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-16 13:52:36 +0200 |
commit | a54f6f0c5b7fb4048ea3de9751720090ac92a570 (patch) | |
tree | 7952d02c234e6b046dc36f57cfd16db8d873fe3e /Documentation/devicetree/bindings/sound/mt8173-max98090.txt | |
parent | ASoC: mediatek: Add AFE platform driver (diff) | |
download | linux-a54f6f0c5b7fb4048ea3de9751720090ac92a570.tar.xz linux-a54f6f0c5b7fb4048ea3de9751720090ac92a570.zip |
ASoC: mediatek: Add machine driver for MAX98090 codec
This is the DPCM based machine driver with MAX98090
Signed-off-by: Koro Chen <koro.chen@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mt8173-max98090.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8173-max98090.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8173-max98090.txt b/Documentation/devicetree/bindings/sound/mt8173-max98090.txt new file mode 100644 index 000000000000..829bd26d17f8 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mt8173-max98090.txt @@ -0,0 +1,13 @@ +MT8173 with MAX98090 CODEC + +Required properties: +- compatible : "mediatek,mt8173-max98090" +- mediatek,audio-codec: the phandle of the MAX98090 audio codec + +Example: + + sound { + compatible = "mediatek,mt8173-max98090"; + mediatek,audio-codec = <&max98090>; + }; + |