ASoC: mediatek: remove "simple-mfd" in the example
authorRyder Lee <ryder.lee@mediatek.com>
Tue, 27 Mar 2018 01:32:25 +0000 (09:32 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 28 Mar 2018 02:15:44 +0000 (10:15 +0800)
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>
Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt

index 6df87b9..e2f7f49 100644 (file)
@@ -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 {