Re: [PATCH v2 2/3] clk: imx8: Add audio clock mux related clock

From: Krzysztof Kozlowski
Date: Wed Jul 05 2023 - 02:25:50 EST


On 05/07/2023 03:50, Shengjiu Wang wrote:
> Audio Clock Mux is the IP for i.MX8QXP, i.MX8QM, and
> i.MX8XL platform, Add the clockid for them.
>
> Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx>
> ---
> include/dt-bindings/clock/imx8-clock.h | 28 ++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.

These are bindings!

Best regards,
Krzysztof