Re: [U-Boot] [PATCH 18/22] imx8m: restructure clock.h

2019-08-13 Thread Peng Fan
> Subject: Re: [PATCH 18/22] imx8m: restructure clock.h > > On Fri, 9 Aug 2019 04:15:37 + > Peng Fan wrote: > > > i.MX8MQ and i.MX8MM use different analog pll design, but they share > > same ccm design. > > Add clock_imx8mq.h for i.MX8MQ > > keep common part in clock.h > > > > Signed-off-by:

Re: [U-Boot] [PATCH 18/22] imx8m: restructure clock.h

2019-08-11 Thread Lukasz Majewski
On Fri, 9 Aug 2019 04:15:37 + Peng Fan wrote: > i.MX8MQ and i.MX8MM use different analog pll design, but they > share same ccm design. > Add clock_imx8mq.h for i.MX8MQ > keep common part in clock.h > > Signed-off-by: Peng Fan > --- > arch/arm/include/asm/arch-imx8m/clock.h| 491 > +

[U-Boot] [PATCH 18/22] imx8m: restructure clock.h

2019-08-08 Thread Peng Fan
i.MX8MQ and i.MX8MM use different analog pll design, but they share same ccm design. Add clock_imx8mq.h for i.MX8MQ keep common part in clock.h Signed-off-by: Peng Fan --- arch/arm/include/asm/arch-imx8m/clock.h| 491 +++-- arch/arm/include/asm/arch-imx8m/clock_imx8mq