summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2019-04-10 11:06:37 +0000
committerMark Brown <broonie@kernel.org>2019-05-02 10:46:15 +0900
commitd04195b0a351b6c7bc086bd8590e5f303122a0be (patch)
tree65ada50c0ae42cfc44a9b95321238c14a9419999 /Documentation
parent8bb678d75954e9e5b9ecabfe95b20f650fd91edb (diff)
downloadlinux-d04195b0a351b6c7bc086bd8590e5f303122a0be.tar.gz
ASoC: fsl_audmix: remove "model" attribute from DT document
Remove "model" attribute from fsl_audmix DT document.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl,audmix.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,audmix.txt b/Documentation/devicetree/bindings/sound/fsl,audmix.txt
index 45f807ec21a5..840b7e0d6a63 100644
--- a/Documentation/devicetree/bindings/sound/fsl,audmix.txt
+++ b/Documentation/devicetree/bindings/sound/fsl,audmix.txt
@@ -38,9 +38,6 @@ Device driver required properties:
 			  to SAI interfaces to be provided, the first SAI in the
 			  list being used to route the AUDMIX output.
 
-  - model		: Must contain machine driver name which will configure
-			  and instantiate the appropriate audio card.
-
 Device driver configuration example:
 ======================================
   audmix: audmix@59840000 {
@@ -50,5 +47,4 @@ Device driver configuration example:
     clock-names = "ipg";
     power-domains = <&pd_audmix>;
     dais = <&sai4>, <&sai5>;
-    model = "imx-audmix";
   };