Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Peng Fan
> Subject: RE: [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF > > Hi Stefano, > > > > -Original Message- > > From: Stefano Babic > > Sent: 2019年11月3日 23:20 > > To: Peng Fan ; sba...@denx.de; > feste...@gmail.com; > > lu...@denx.de; joe.hershber...@ni.com > > Cc: dl-uboot-imx ;

Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Peng Fan
Hi Stefano, > -Original Message- > From: Stefano Babic > Sent: 2019年11月3日 23:20 > To: Peng Fan ; sba...@denx.de; feste...@gmail.com; > lu...@denx.de; joe.hershber...@ni.com > Cc: dl-uboot-imx ; u-boot@lists.denx.de; > frieder.schre...@kontron.de > Subject: Re: [PATCH V4 5/6] net: fec_mxc

Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Stefano Babic
Hi Peng, On 25/10/19 11:48, Peng Fan wrote: > Add more clks for fec_mxc according to Linux Kernel 5.4.0-rc1 > drivers/net/ethernet/freescale/fec_main.c. > > Since i.MX8MQ not support CLK_CCF, so add a check to restrict > the code only effect when CONFIG_IMX8M and CONFIG_CLK_CCF both defined. > >

[U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-10-25 Thread Peng Fan
Add more clks for fec_mxc according to Linux Kernel 5.4.0-rc1 drivers/net/ethernet/freescale/fec_main.c. Since i.MX8MQ not support CLK_CCF, so add a check to restrict the code only effect when CONFIG_IMX8M and CONFIG_CLK_CCF both defined. Reviewed-by: Frieder Schrempf Signed-off-by: Peng Fan --