1
0
Fork 0

MLK-15317-3: ASoC: fsl_mqs: Add support for MQS dummy codec in imx8qxp

MQS on i.mx8 QXP uses the same register as i.mx8 QM
so we only need to add compatible string here.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
pull/10/head
Daniel Baluta 2017-07-05 15:59:59 +03:00 committed by Jason Liu
parent 256073af2b
commit 91a385f30d
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@ fsl,mqs audio CODEC
Required properties:
- compatible : must contain one of "fsl,imx6sx-mqs", "fsl,codec-mqs"
"fsl,imx8qm-mqs".
"fsl,imx8qm-mqs", "fsl,imx8qxp-mqs".
- clocks : a list of phandles + clock-specifiers, one for each entry in
clock-names

View File

@ -1395,6 +1395,16 @@
status = "disabled";
};
mqs: mqs@59850000 {
compatible = "fsl,imx8qm-mqs";
reg = <0x0 0x59850000 0x0 0x10000>;
clocks = <&clk IMX8QXP_AUD_MQS_IPG>,
<&clk IMX8QXP_AUD_MQS_HMCLK>;
clock-names = "core", "mclk";
power-domains = <&pd_mqs0>;
status = "disabled";
};
usdhc1: usdhc@5b010000 {
compatible = "fsl,imx8qm-usdhc", "fsl,imx6sl-usdhc";
interrupt-parent = <&gic>;