Re: [U-Boot] FEC Clock

2018-02-02 Thread Mehmet Ali İPİN
Dear Estevam/Michael, Thank you very much for your helps/interest. By trying and error, with these lines of codes, not optimized but now I could generate 125 MHZ clock on the GPIO_16 pin, By using enable_fec_anatop_clock(0,ENET_125MHZ) ; This clock is applied to the ENET_REF_CLK input of i.mx6,

Re: [U-Boot] FEC Clock

2018-02-01 Thread Michael Nazzareno Trimarchi
Hi On 1 Feb. 2018 6:06 pm, "Fabio Estevam" wrote: [Please do not top post in mailing lists] On Tue, Jan 30, 2018 at 6:40 AM, Mehmet Ali İPİN wrote: > Dear Estevam, > > I used GPIO 16 to generate the 25MHZ clock, using

Re: [U-Boot] FEC Clock

2018-02-01 Thread Fabio Estevam
[Please do not top post in mailing lists] On Tue, Jan 30, 2018 at 6:40 AM, Mehmet Ali İPİN wrote: > Dear Estevam, > > I used GPIO 16 to generate the 25MHZ clock, using > enable_fec_anatop_clock(1,ENET_25MHZ), in ; > board_eth_init() function, but got 50 MHz on