Commit d04195b0 authored by Viorel Suman's avatar Viorel Suman Committed by Mark Brown

ASoC: fsl_audmix: remove "model" attribute from DT document

Remove "model" attribute from fsl_audmix DT document.
Signed-off-by: default avatarViorel Suman <viorel.suman@nxp.com>
Acked-by: default avatarNicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8bb678d7
...@@ -38,9 +38,6 @@ Device driver required properties: ...@@ -38,9 +38,6 @@ Device driver required properties:
to SAI interfaces to be provided, the first SAI in the to SAI interfaces to be provided, the first SAI in the
list being used to route the AUDMIX output. 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: Device driver configuration example:
====================================== ======================================
audmix: audmix@59840000 { audmix: audmix@59840000 {
...@@ -50,5 +47,4 @@ Device driver configuration example: ...@@ -50,5 +47,4 @@ Device driver configuration example:
clock-names = "ipg"; clock-names = "ipg";
power-domains = <&pd_audmix>; power-domains = <&pd_audmix>;
dais = <&sai4>, <&sai5>; dais = <&sai4>, <&sai5>;
model = "imx-audmix";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment