linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK
@ 2019-03-19 17:48 Daniel Baluta
  2019-03-19 17:48 ` [PATCH v7 1/4] arm64: dts: imx8mq: Add SDMA nodes Daniel Baluta
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Daniel Baluta @ 2019-03-19 17:48 UTC (permalink / raw)
  To: S.j. Wang, shawnguo@kernel.org
  Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	baruch@tkos.co.il, kuninori.morimoto.gx@renesas.com,
	ccaione@baylibre.com, spencercw@gmail.com, s.hauer@pengutronix.de,
	angus@akkea.ca, linux-kernel@vger.kernel.org, Daniel Baluta,
	robh+dt@kernel.org, dl-linux-imx, kernel@pengutronix.de,
	Aisheng Dong, festevam@gmail.com, agx@sigxcpu.org,
	linux-arm-kernel@lists.infradead.org, l.stach@pengutronix.de

On i.MX8MQ EVK 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 v6: (after Shawn's comments)
	- rebased on latest Shawn's for-next branch
	- added new lines between properties and child nodes
	- added new lines between child nodes
	- keep pinctrl nodes sorted
	- added reviewed by after SoBs in commit message

Changes since v5:
        - remove clocks and clock-names properties from wm8524
        code node as they are not used.

Changes since v4 (after Fabio's review)
        - removed mclk0 from sai2 node because it is not yet supported
          by SAI driver
        - s/audio-codec-0/audio-codec
        - squashed patches 4 and 5

Changes since v3:
        - use "arm64: dts: imx8mq-evk" prefix for patches specific to
          8MQ-EVK
        - squash together patches for setting up SAI (previous 3/5 and
          4/5)
        - add back and document "fsl, imx8mq-sdma" compatbile string

Changes since v2:
        - s/QM/MQ after Chris comments

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

Daniel Baluta (4):
  arm64: dts: imx8mq: Add SDMA nodes
  bindings: fsl-imx-sdma: Document fsl,imx8mq-sdma compatbile string
  arm64: dts: imx8mq: Add SAI2 node
  arm64: dts: imx8mq-evk: Enable audio codec wm8524

 .../devicetree/bindings/dma/fsl-imx-sdma.txt  |  1 +
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts  | 48 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     | 37 ++++++++++++++
 3 files changed, 86 insertions(+)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-20  7:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-19 17:48 [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 1/4] arm64: dts: imx8mq: Add SDMA nodes Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 2/4] bindings: fsl-imx-sdma: Document fsl,imx8mq-sdma compatbile string Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 3/4] arm64: dts: imx8mq: Add SAI2 node Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 4/4] arm64: dts: imx8mq-evk: Enable audio codec wm8524 Daniel Baluta
2019-03-20  7:55 ` [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).