Skip to content

Commit

Permalink
ASoC: fsl_audmix: remove "model" attribute from DT document
Browse files Browse the repository at this point in the history
Remove "model" attribute from fsl_audmix DT document.

Signed-off-by: Viorel Suman <[email protected]>
Acked-by: Nicolin Chen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Viorel Suman authored and broonie committed May 2, 2019
1 parent 8bb678d commit d04195b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/devicetree/bindings/sound/fsl,audmix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -50,5 +47,4 @@ Device driver configuration example:
clock-names = "ipg";
power-domains = <&pd_audmix>;
dais = <&sai4>, <&sai5>;
model = "imx-audmix";
};

0 comments on commit d04195b

Please sign in to comment.