Re: [U-Boot] [PATCH 17/22] imx8m: rename clock to clock_imx8mq

2019-08-13 Thread Peng Fan
> Subject: Re: [PATCH 17/22] imx8m: rename clock to clock_imx8mq > > On Fri, 9 Aug 2019 04:15:34 + > Peng Fan wrote: > > > i.MX8MQ and i.MX8MM has totally different pll design, so rename clock > > to clock_imx8mq. > > > > Signed-off-by: Peng Fan > > --- > >

Re: [U-Boot] [PATCH 17/22] imx8m: rename clock to clock_imx8mq

2019-08-11 Thread Lukasz Majewski
On Fri, 9 Aug 2019 04:15:34 + Peng Fan wrote: > i.MX8MQ and i.MX8MM has totally different pll design, so > rename clock to clock_imx8mq. > > Signed-off-by: Peng Fan > --- > arch/arm/mach-imx/imx8m/Makefile| 3 ++- > arch/arm/mach-imx/imx8m/{clock.c => clock_imx8mq.c} |

[U-Boot] [PATCH 17/22] imx8m: rename clock to clock_imx8mq

2019-08-08 Thread Peng Fan
i.MX8MQ and i.MX8MM has totally different pll design, so rename clock to clock_imx8mq. Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx8m/Makefile| 3 ++- arch/arm/mach-imx/imx8m/{clock.c => clock_imx8mq.c} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename