Re: [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK

2019-03-20 Thread Shawn Guo
On Tue, Mar 19, 2019 at 05:48:35PM +, Daniel Baluta wrote: > 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

[PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK

2019-03-19 Thread Daniel Baluta
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