summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt
diff options
context:
space:
mode:
authorRyder Lee <ryder.lee@mediatek.com>2018-03-27 09:32:25 +0800
committerMark Brown <broonie@kernel.org>2018-03-28 10:15:44 +0800
commitde2404701469a7e8d557b8d7b4d35bda5b262cac (patch)
tree1d2e34a8866e12761eb7ffdf297853548176b84f /Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt
parent9260f873684fb1cfb9ea10a10be3e8b888da3c0e (diff)
ASoC: mediatek: remove "simple-mfd" in the example
Remove compatible string "simple-mfd" in the example as we have already added devm_of_platform_populate() in the parent driver. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt b/Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt
index 6df87b97f7cb..e2f7f4951215 100644
--- a/Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt
+++ b/Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt
@@ -53,7 +53,7 @@ See ../arm/mediatek/mediatek,audsys.txt for details about the parent node.
Example:
audsys: audio-subsystem@11220000 {
- compatible = "mediatek,mt2701-audsys", "syscon", "simple-mfd";
+ compatible = "mediatek,mt2701-audsys", "syscon";
...
afe: audio-controller {