ASoC: fsl_audmix: remove "model" attribute from DT document
authorViorel Suman <viorel.suman@nxp.com>
Wed, 10 Apr 2019 11:06:37 +0000 (11:06 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:46:15 +0000 (10:46 +0900)
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>
Documentation/devicetree/bindings/sound/fsl,audmix.txt

index 45f807ec21a54fe2a94d494d74b4c5270404594c..840b7e0d6a6310124038c51641db40d709859bc6 100644 (file)
@@ -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";
   };