From: Marek Vasut Date: Thu, 24 Jun 2010 13:57:11 +0000 (+0200) Subject: [ARM] pxa: fix HSIO bus x24 multiplier for pxa3xx X-Git-Tag: v2.6.36-rc1~102^2^2^2~2^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5852984a8bf5fe028613467c11edbcae62ec43e7;p=users%2Fjedix%2Flinux-maple.git [ARM] pxa: fix HSIO bus x24 multiplier for pxa3xx The latest PXA3xx DM has enabled 312MHz for the HSS bus, which allows x24 multiplier. Signed-off-by: Marek Vasut Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index acfa9f72657b9..fa0014847c715 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c @@ -52,7 +52,7 @@ static unsigned char smcfs_mult[8] = { 6, 0, 8, 0, 0, 16, }; /* crystal frequency to HSIO bus frequency multiplier (HSS) */ -static unsigned char hss_mult[4] = { 8, 12, 16, 0 }; +static unsigned char hss_mult[4] = { 8, 12, 16, 24 }; /* * Get the clock frequency as reflected by CCSR and the turbo flag.