[U-Boot] [PATCH 03/10] imx: imx8mq: add init_nand_clk

2019-11-04 Thread sbabic
> Add init_nand_clk to enable gpmi nand clock. Since i.MX8MQ not use CCF, > so we still use legacy mode to configure the clock. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[U-Boot] [PATCH 03/10] imx: imx8mq: add init_nand_clk

2019-10-16 Thread Peng Fan
Add init_nand_clk to enable gpmi nand clock. Since i.MX8MQ not use CCF, so we still use legacy mode to configure the clock. Signed-off-by: Peng Fan --- arch/arm/include/asm/arch-imx8m/clock_imx8mq.h | 2 ++ arch/arm/mach-imx/imx8m/clock_imx8mq.c | 9 + 2 files changed, 11 inserti