Re: [PATCH v2] ASoC: fsl_mqs: Support accessing registers by scmi interface

2024-11-05 Thread Mark Brown
On Fri, 25 Oct 2024 14:29:35 +0800, Shengjiu Wang wrote: > On i.MX95, the MQS module in Always-on (AON) domain only can > be accessed by System Controller Management Interface (SCMI) > MISC Protocol. So define a specific regmap_config for the case. > > Applied to https://git.kernel.org/pub/s

[PATCH v2] ASoC: fsl_mqs: Support accessing registers by scmi interface

2024-10-24 Thread Shengjiu Wang
On i.MX95, the MQS module in Always-on (AON) domain only can be accessed by System Controller Management Interface (SCMI) MISC Protocol. So define a specific regmap_config for the case. Signed-off-by: Shengjiu Wang --- changes in v2: - fix compile issue when IMX_SCMI_MISC_DRV=m but SND_SOC_FSL_MQ