Re: [PATCH v3 0/5] Enable wm8524 on i.MX8MQ

2019-02-26 Thread Daniel Baluta
On Tue, Feb 26, 2019 at 3:10 PM Fabio Estevam wrote: > > On Tue, Feb 26, 2019 at 10:05 AM Daniel Baluta > wrote: > > > I get your point here. But for the moment it is identical with > > "fsl,imx7d-sdma" so there is no need to add it now! > > > > See the discussion here, and comment from Lucas: >

Re: [PATCH v3 0/5] Enable wm8524 on i.MX8MQ

2019-02-26 Thread Fabio Estevam
On Tue, Feb 26, 2019 at 10:05 AM Daniel Baluta wrote: > I get your point here. But for the moment it is identical with > "fsl,imx7d-sdma" so there is no need to add it now! > > See the discussion here, and comment from Lucas: > > https://lkml.org/lkml/2019/1/28/194 Lucas' suggestion was not chan

Re: [PATCH v3 0/5] Enable wm8524 on i.MX8MQ

2019-02-26 Thread Daniel Baluta
On Tue, Feb 26, 2019 at 2:53 PM Fabio Estevam wrote: > > Hi Daniel, > > On Tue, Feb 26, 2019 at 4:08 AM Daniel Baluta wrote: > > > > 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 ena

Re: [PATCH v3 0/5] Enable wm8524 on i.MX8MQ

2019-02-26 Thread Fabio Estevam
Hi Daniel, On Tue, Feb 26, 2019 at 4:08 AM Daniel Baluta wrote: > > 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

[PATCH v3 0/5] Enable wm8524 on i.MX8MQ

2019-02-25 Thread Daniel Baluta
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 v2: