imx6ul external ethernet clock

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6ul external ethernet clock

1,798 Views
wimdewitte
Contributor II

Our custom board has a KSZ8081RNA with connected crystal. REF_CLK from the PHY outputs the clock signal which is used as input on the imx6ul. Thus, the clock direction is the opposite as on the development board.

On the imx6ul, pin enet1_tx_clk should behave as an input and not as an output.

In u-boot it was fairly simple to get this setup working: do not call function setup_fec.

But how do I manage this in linux? via the dts?

I'm using a 4.4 mainline kernel, but this problem makes no difference compared to the nxp fork.

Labels (2)
0 Kudos
2 Replies

940 Views
ranjithhebbar
Contributor II

Dear igor,

        We do have a similar setup, REF_CLK from the PHY outputs the clock signal which is used as input on the imx6ul. Crystal Osc is used as input to the PHY. We did the similar change as above like in U-boot did not call function setup_fec and in linux we didn't call function imx6ul_enet_clk_init(). But even though, we were not able to ping.

 

       You are suggestion is really helpful for us. 

Best Regards,

Ranjith 

0 Kudos

940 Views
igorpadykov
NXP Employee
NXP Employee

Hi Wim

please check  linux/arch/arm/mach-imx/mach-imx6ul.c
function imx6ul_enet_clk_init()
http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-imx/mach-imx6ul.c?id=...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------