
Hi Angus,
On 3/15/22 9:08 AM, Angus Ainslie wrote:
All of the imx8m[nmpq] use the same clk_ops functions so move them to a common file.
Signed-off-by: Angus Ainslie angus@akkea.ca Reviewed-by: Marek Vasut marex@denx.de
drivers/clk/imx/Makefile | 8 +-- drivers/clk/imx/clk-imx8m.c | 108 +++++++++++++++++++++++++++++++++++ drivers/clk/imx/clk-imx8m.h | 12 ++++ drivers/clk/imx/clk-imx8mm.c | 89 +---------------------------- drivers/clk/imx/clk-imx8mn.c | 89 +---------------------------- drivers/clk/imx/clk-imx8mp.c | 91 +---------------------------- drivers/clk/imx/clk-imx8mq.c | 91 +---------------------------- 7 files changed, 132 insertions(+), 356 deletions(-) create mode 100644 drivers/clk/imx/clk-imx8m.c create mode 100644 drivers/clk/imx/clk-imx8m.h
Looks like this is accomplishing the same thing as [1], which also covers at91 and mpfs. Great minds think alike :)
Would it be possible for you to rebase your series on mine?
--Sean
[1] https://patchwork.ozlabs.org/project/uboot/patch/20220320203446.740178-2-sea...