Re: [PATCH v2 2/4] clk: imx: clk-audiomix: Add reset controller
From: Stephen Boyd
Date: Thu May 09 2024 - 18:04:46 EST
Quoting Shengjiu Wang (2024-05-08 18:43:56)
> Audiomix block control can be a reset controller for
> Enhanced Audio Return Channel (EARC), which is one of
> modules in this audiomix subsystem.
>
> The EARC PHY software reset and EARC controller software
> reset need to be supported.
Can you move this to drivers/reset and use auxiliary device APIs to do
that? The idea would be to have reset maintainers review reset code.