diff options
author | Koro Chen <koro.chen@mediatek.com> | 2015-06-15 22:38:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-16 12:52:36 +0100 |
commit | a54f6f0c5b7fb4048ea3de9751720090ac92a570 (patch) | |
tree | 7952d02c234e6b046dc36f57cfd16db8d873fe3e /Documentation/devicetree/bindings/sound | |
parent | ee0bcaff109f36d582df9851f204c9a5eb79c028 (diff) |
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')
-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>; + }; + |