mbox series

[0/5,v2] Enable wm8524 on i.MX8MQ

Message ID 20190225132617.10987-1-daniel.baluta@nxp.com (mailing list archive)
Headers show
Series Enable wm8524 on i.MX8MQ | expand

Message

Daniel Baluta Feb. 25, 2019, 1:26 p.m. UTC
On i.MX8MQ we can start the party using the wm8524 codec
which gets it's data through the SAI2 interface.

In order to make it work this patch series enables the SDMA nodes,
sets the correct pinctrl configuration and uses the simple card
machine driver to put everything together.

Changes since v1:
	- added cover letter
	- remove "fsl,imx8mq-sdma" compatible for sdma.

Daniel Baluta (5):
  arm64: dts: imx8mq: Add SDMA nodes
  arm64: dts: imx8mq: Add SAI2 node
  arm64: dts: imx8qm: Add SAI pinctrl configuration
  arm64: dts: imx8qm: Enable SAI2 for wm8524 codec
  arm64: dts: imx8qm: Enable wm8524 codec

 arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 48 ++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi    | 38 ++++++++++++++++
 2 files changed, 86 insertions(+)

Comments

Chris Spencer Feb. 25, 2019, 2:02 p.m. UTC | #1
Hi Daniel,

On Mon, 25 Feb 2019 at 13:26, Daniel Baluta <daniel.baluta@nxp.com> wrote:
>   arm64: dts: imx8mq: Add SDMA nodes
>   arm64: dts: imx8mq: Add SAI2 node
>   arm64: dts: imx8qm: Add SAI pinctrl configuration
>   arm64: dts: imx8qm: Enable SAI2 for wm8524 codec
>   arm64: dts: imx8qm: Enable wm8524 codec

imx8qm ought to be imx8mq here by the looks of it.

Thanks,
Chris
Daniel Baluta Feb. 25, 2019, 2:12 p.m. UTC | #2
On Mon, Feb 25, 2019 at 4:02 PM Chris Spencer <spencercw@gmail.com> wrote:
>
> Hi Daniel,
>
> On Mon, 25 Feb 2019 at 13:26, Daniel Baluta <daniel.baluta@nxp.com> wrote:
> >   arm64: dts: imx8mq: Add SDMA nodes
> >   arm64: dts: imx8mq: Add SAI2 node
> >   arm64: dts: imx8qm: Add SAI pinctrl configuration
> >   arm64: dts: imx8qm: Enable SAI2 for wm8524 codec
> >   arm64: dts: imx8qm: Enable wm8524 codec
>
> imx8qm ought to be imx8mq here by the looks of it.

Hi Chris,

You are right :), will fix with v3. Will send v3 tomorrow to allow some
time for more feedback.

Thanks!