Commit 56d6663d authored by Shengjiu Wang's avatar Shengjiu Wang Committed by Mark Brown

ASoC: bindings: fsl-asoc-card: Add compatible string for MQS

Add compatible string "fsl,imx-audio-mqs" for MQS, and move
"audio-routing" property to be optional for MQS doesn't need
such property.
Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/2185a3ec866bc59f82d93b73d1a732a896fd8f48.1592369271.git.shengjiu.wang@nxp.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent deca1953
...@@ -34,6 +34,8 @@ The compatible list for this generic sound card currently: ...@@ -34,6 +34,8 @@ The compatible list for this generic sound card currently:
"fsl,imx-audio-wm8960" "fsl,imx-audio-wm8960"
"fsl,imx-audio-mqs"
Required properties: Required properties:
- compatible : Contains one of entries in the compatible list. - compatible : Contains one of entries in the compatible list.
...@@ -44,6 +46,11 @@ Required properties: ...@@ -44,6 +46,11 @@ Required properties:
- audio-codec : The phandle of an audio codec - audio-codec : The phandle of an audio codec
Optional properties:
- audio-asrc : The phandle of ASRC. It can be absent if there's no
need to add ASRC support via DPCM.
- audio-routing : A list of the connections between audio components. - audio-routing : A list of the connections between audio components.
Each entry is a pair of strings, the first being the Each entry is a pair of strings, the first being the
connection's sink, the second being the connection's connection's sink, the second being the connection's
...@@ -60,11 +67,6 @@ Required properties: ...@@ -60,11 +67,6 @@ Required properties:
coexisting in order to support the old bindings coexisting in order to support the old bindings
of wm8962 and sgtl5000. of wm8962 and sgtl5000.
Optional properties:
- audio-asrc : The phandle of ASRC. It can be absent if there's no
need to add ASRC support via DPCM.
Optional unless SSI is selected as a CPU DAI: Optional unless SSI is selected as a CPU DAI:
- mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
......
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