Re: [U-Boot] [EXT] Re: [PATCH 3/5] clk: imx8: Update imx8 clock driver

2019-07-10 Thread Lukasz Majewski
On Wed, 10 Jul 2019 08:25:13 + Ye Li wrote: > Hi Lukasz, > > > Hi Ye, > > > >> Hi Lukasz, > >> > >>> Hi Ye, > >>> > Update imx8 clock driver to support LPCG and full clocks tree for > some modules aligned with kernel. > > We classify the clock into serveral type

Re: [U-Boot] [EXT] Re: [PATCH 3/5] clk: imx8: Update imx8 clock driver

2019-07-10 Thread Ye Li
Hi Lukasz, > Hi Ye, > >> Hi Lukasz, >> >>> Hi Ye, >>> Update imx8 clock driver to support LPCG and full clocks tree for some modules aligned with kernel. We classify the clock into serveral types: slice, fixed, lpcg, gpr and mux. >>> >>> Is this code in sync with Lin

Re: [U-Boot] [EXT] Re: [PATCH 3/5] clk: imx8: Update imx8 clock driver

2019-07-10 Thread Lukasz Majewski
Hi Ye, > Hi Lukasz, > > > Hi Ye, > > > >> Update imx8 clock driver to support LPCG and full clocks tree for > >> some modules aligned with kernel. > >> > >> We classify the clock into serveral types: slice, fixed, lpcg, gpr > >> and mux. > > > > Is this code in sync with Linux kernel? Does

Re: [U-Boot] [EXT] Re: [PATCH 3/5] clk: imx8: Update imx8 clock driver

2019-07-10 Thread Ye Li
Hi Lukasz, > Hi Ye, > >> Update imx8 clock driver to support LPCG and full clocks tree for some >> modules aligned with kernel. >> >> We classify the clock into serveral types: slice, fixed, lpcg, gpr >> and mux. > > Is this code in sync with Linux kernel? Does the imx8 (in Linux kernel) > use t