RE: [PATCH v4 4/4] clk: imx: add i.MX91 clk

From: Peng Fan
Date: Wed Oct 16 2024 - 07:47:10 EST


> Subject: [PATCH v4 4/4] clk: imx: add i.MX91 clk
>
> Add i.MX91 clk driver which reuses the 93 driver and removes some
> clks.

Please rephase, example:

"
Reuse i.MX93 clk driver for i.MX91, because i.MX91 reuses the Clock
Control Module from i.MX93, with only a few clocks removed and
a few clocks added.

For clocks specific to i.MX93 use PLAT_IMX93 to flag them, for
clocks specific to i.MX91, use PLAT_IMX91 to flag them. Others are
shared by both.
"

Then:
Reviewed-by: Peng Fan <peng.fan@xxxxxxx>

Regards,
Peng.