]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: fsl_xcvr: Use regmap for PHY and PLL registers
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 27 Nov 2024 03:00:34 +0000 (11:00 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 2 Dec 2024 00:30:19 +0000 (00:30 +0000)
commit5a8b4785cddabfad348a96ca38eb0c3d735202df
tree5e2761e4ee6ebc71ebcea4374471ccf4c69e888a
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
ASoC: fsl_xcvr: Use regmap for PHY and PLL registers

Define regmap for PHY and PLL registers, the PHY and PLL
registers are accessed by AI interface in controller.

So that driver can use regcache to recover registers
after suspend and resume.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20241127030035.649219-2-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_xcvr.c
sound/soc/fsl/fsl_xcvr.h