]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00237742 busfreq:fix IPG_PERCLK will be decreased to 6M once exit low bus
authorRobin Gong <B38343@freescale.com>
Wed, 19 Dec 2012 10:48:45 +0000 (18:48 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:48 +0000 (08:35 +0200)
commit5fb07792821c91dab5d78fee203109c64e21c41c
treec76fd7eb7a4d09d799d9841dcf18bd2a33b2687a
parentbbbd1b6cafeb51d906de03335922f76b71452eff
ENGR00237742 busfreq:fix IPG_PERCLK will be decreased to 6M once exit low bus

on Sabresd board, IPG_PERCLK will be fixed on 6Mhz once system enter low bus,
and never restore to 22Mhz which be set in boot.  It means some device clock
which sourcing from IPG_PERCLK such as I2C will be slow down. The root cause is
that there is workaround for GPT timer of Arik TO1.0 in mx6_ddr_freq.S. GPT
clock source from IPG_PERCLK on TO1.0 and should be fixed on 6Mhz. But for
TO1.1 and TO1.2 ,the workaround should be removed.
Signed-off-by: Robin Gong <B38343@freescale.com>
arch/arm/mach-mx6/mx6_ddr_freq.S