public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
From: Maud Spierings <maudspierings@gocontroll.com>
To: shengjiu.wang@nxp.com
Cc: Xiubo.Lee@gmail.com, broonie@kernel.org, conor+dt@kernel.org,
	devicetree@vger.kernel.org, festevam@gmail.com,
	krzk+dt@kernel.org, lgirdwood@gmail.com,
	linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, nicoleotsuka@gmail.com,
	perex@perex.cz, robh@kernel.org, shengjiu.wang@gmail.com,
	tiwai@suse.com
Subject: Re: [PATCH 2/2] ASoC: fsl_sai: Add support for i.MX952 platform
Date: Wed, 14 Jan 2026 12:03:00 +0100	[thread overview]
Message-ID: <8e86fc06-b162-4591-bc8c-e4b2fd487855@gocontroll.com> (raw)
In-Reply-To: <20260114100655.3885926-3-shengjiu.wang@nxp.com>

> 
> Add compatible string and specific soc data to support SAI on i.MX952
> platform.
> 
> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
> ---
>  sound/soc/fsl/fsl_sai.c | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
> index 2fa14fbdfe1a..c025041dc079 100644
> --- a/sound/soc/fsl/fsl_sai.c
> +++ b/sound/soc/fsl/fsl_sai.c
> @@ -1765,6 +1765,18 @@ static const struct fsl_sai_soc_data fsl_sai_imx95_data = {
>  	.max_burst = {8, 8},
>  };
>  
> +static const struct fsl_sai_soc_data fsl_sai_imx952_data = {
> +	.use_imx_pcm = true,
> +	.use_edma = true,
> +	.fifo_depth = 128,
> +	.reg_offset = 8,
> +	.mclk0_is_mclk1 = false,
> +	.pins = 8,
> +	.flags = 0,
> +	.max_register = FSL_SAI_MCTL,
> +	.max_burst = {8, 8},
> +};
> +
>  static const struct of_device_id fsl_sai_ids[] = {
>  	{ .compatible = "fsl,vf610-sai", .data = &fsl_sai_vf610_data },
>  	{ .compatible = "fsl,imx6sx-sai", .data = &fsl_sai_imx6sx_data },
> @@ -1778,6 +1790,7 @@ static const struct of_device_id fsl_sai_ids[] = {
>  	{ .compatible = "fsl,imx8mn-sai", .data = &fsl_sai_imx8mn_data },
>  	{ .compatible = "fsl,imx93-sai", .data = &fsl_sai_imx93_data },
>  	{ .compatible = "fsl,imx95-sai", .data = &fsl_sai_imx95_data },
> +	{ .compatible = "fsl,imx952-sai", .data = &fsl_sai_imx952_data },
>  	{ /* sentinel */ }
>  };
>  MODULE_DEVICE_TABLE(of, fsl_sai_ids);
> -- 
> 2.34.1

scratch my comment on patch 1, drop this patch. the new data struct is 
the exact same as the imx95 one.

Keep the fallback compatible and let it match against that instead of 
introducing a new one in the driver.

Kind regards,
Maud


      reply	other threads:[~2026-01-14 11:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-14 10:06 [PATCH 0/2] ASoC: fsl_sai: support the i.MX952 platform Shengjiu Wang
2026-01-14 10:06 ` [PATCH 1/2] ASoC: dt-bindings: fsl,sai: Add support for " Shengjiu Wang
2026-01-14 10:56   ` Maud Spierings
2026-01-14 10:06 ` [PATCH 2/2] ASoC: fsl_sai: " Shengjiu Wang
2026-01-14 11:03   ` Maud Spierings [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e86fc06-b162-4591-bc8c-e4b2fd487855@gocontroll.com \
    --to=maudspierings@gocontroll.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=shengjiu.wang@gmail.com \
    --cc=shengjiu.wang@nxp.com \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox