mbox series

[v2,0/3] ASoC: Support SAI and MICFIL on i.MX95 platform

Message ID 20240112054331.3244104-1-chancel.liu@nxp.com
Headers show
Series ASoC: Support SAI and MICFIL on i.MX95 platform | expand

Message

Chancel Liu Jan. 12, 2024, 5:43 a.m. UTC
Support SAI and MICFIL on i.MX95 platform

changes in v2
- Remove unnecessary "item" in fsl,micfil.yaml
- Don't change alphabetical order in fsl,sai.yaml

Chancel Liu (3):
  ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX95 platform
  ASoC: fsl_sai: Add support for i.MX95 platform
  ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95
    platform

 .../devicetree/bindings/sound/fsl,micfil.yaml      | 14 ++++++++++----
 .../devicetree/bindings/sound/fsl,sai.yaml         |  1 +
 sound/soc/fsl/fsl_sai.c                            | 13 +++++++++++++
 3 files changed, 24 insertions(+), 4 deletions(-)

--
2.42.0

Comments

Daniel Baluta Jan. 15, 2024, 8:44 a.m. UTC | #1
On Fri, Jan 12, 2024 at 7:44 AM Chancel Liu <chancel.liu@nxp.com> wrote:
>
> Support SAI and MICFIL on i.MX95 platform
>
> changes in v2
> - Remove unnecessary "item" in fsl,micfil.yaml
> - Don't change alphabetical order in fsl,sai.yaml
>
> Chancel Liu (3):
>   ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX95 platform
>   ASoC: fsl_sai: Add support for i.MX95 platform
>   ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95
>     platform

For all patches in the series:

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>