summaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-imx8mp-audiomix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reset: imx8mp-audiomix: Add AudioMix Block Control reset driverShengjiu Wang2024-06-241-0/+128
Add support for the resets on i.MX8MP Audio Block Control module, which includes the EARC PHY software reset and EARC controller software reset. The reset controller is created using the auxiliary device framework and set up in the clock driver. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/1719200345-32006-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>