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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5852984a8bf5fe028613467c11edbcae62ec43e7;p=linux-beck.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 acfa9f72657b..fa0014847c71 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.