diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2017-07-05 18:52:51 +0300 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | 8e8b6b873462d91e9cee5eb14f02a95773ef67dd (patch) | |
tree | 0e819dee2c155897e8fd9fc7035258c37d73bea0 /Documentation | |
parent | b99e04ea8c2a071741d26f690d48a312e5d650ea (diff) |
MLK-15317-6: ARM64: dts: Add support for MQS in im8xp
We introduce a new dts for MQS which is supported by
imx8qxp with debug base board v2.
Connection in debug board is:
MQS_LEFT: SEAF_B_G39
MQS_RIGHT: SEAF_B_G38
This is similar with imx8qm. Note that these pins are shared with SPDIF.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/imx-audio-mqs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/imx-audio-mqs.txt b/Documentation/devicetree/bindings/sound/imx-audio-mqs.txt index c0195c202894..10ae15a645d3 100644 --- a/Documentation/devicetree/bindings/sound/imx-audio-mqs.txt +++ b/Documentation/devicetree/bindings/sound/imx-audio-mqs.txt @@ -1,7 +1,7 @@ Freescale i.MX audio complex with mqs codec Required properties: -- compatible : "fsl,imx-audio-mqs", "fsl,imx8qm-lpddr4-arm2-mqs". +- compatible : "fsl,imx-audio-mqs", "fsl,imx8qm-lpddr4-arm2-mqs", "fsl,imx8qxp-lpddr4-arm2-mqs" - model : The user-visible name of this sound complex - cpu-dai : The phandle of the i.MX sai controller - audio-codec : The phandle of the mqs audio codec |