]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00270697-1 MX6: correct fec MDC clock source
authorFugang Duan <B38611@freescale.com>
Thu, 11 Jul 2013 10:59:20 +0000 (18:59 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:14:13 +0000 (14:14 +0200)
commit0d1457f70d17e9a2f6453d6509b4ce7601ffc208
tree911981e5e12871c16ce24e090a009b3e5638f10a
parent54421a98e5e8c59caa4df35032e64f9bac9c04d8
ENGR00270697-1 MX6: correct fec MDC clock source

For imx6 serial silicon, fec MDC clock parent is ipg 66MHz.
The current clock file define the clock source is enet_pll8 50Mhz.
So, the MDC clock is more than 2.5Mhz after divider.

The phy Ar8031 work fine in current MDC clock, which shows the phy
have exceeding flexibility. Correct the parent clock source to make
MDC clock little than 2.5Mhz.

Signed-off-by: Fugang Duan <B38611@freescale.com>
arch/arm/mach-mx6/clock.c
arch/arm/mach-mx6/clock_mx6sl.c