Re: [PATCH 5/6] clk: imx: imx93: Add nic and A55 clk

From: Krzysztof Kozlowski
Date: Fri Mar 31 2023 - 05:39:02 EST


On 31/03/2023 08:46, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> The A55 clock logic as below:

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.

> A55_PLL ----------------->\
> A55_SEL-->A55_CORE
> A55_CCM_ROOT--->A55_GATE->/
>
> Add A55 CPU clk to support freq change.
> Add NIC CLK to reflect the clk status
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---
> drivers/clk/imx/clk-imx93.c | 17 +++++++++++++++--
> include/dt-bindings/clock/imx93-clock.h | 6 +++++-

NAK.

Bindings are always separate patches.

Best regards,
Krzysztof