Re: [PATCH v7 2/4] reset: imx8mp-audiomix: Switch to using regmap API
From: Daniel Baluta <hidden>
Date: 2026-01-27 07:23:01
Also in:
imx, lkml
From: Daniel Baluta <hidden>
Date: 2026-01-27 07:23:01
Also in:
imx, lkml
On Mon, Jan 26, 2026 at 6:23 PM Laurentiu Mihalcea [off-list ref] wrote:
From: Laurentiu Mihalcea <redacted> Switch to using the regmap API to allow performing register operations under the same lock. This is needed for cases such as i.MX8ULP's SIM LPAV where clock gating, reset control and MUX-ing is performed via the same register (i.e. SYSCTRL0) and different subsystem APIs. Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Laurentiu Mihalcea <redacted>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>