summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-06-24 15:57:11 +0200
committerEric Miao <eric.y.miao@gmail.com>2010-08-05 14:32:27 +0800
commit5852984a8bf5fe028613467c11edbcae62ec43e7 (patch)
tree9f1fa9b687953d949e04bc175f7b067383284a5c /arch/arm/mach-pxa
parent983536e7b5275d5d8a63c18b5632d9ce0771caa0 (diff)
downloadop-kernel-dev-5852984a8bf5fe028613467c11edbcae62ec43e7.zip
op-kernel-dev-5852984a8bf5fe028613467c11edbcae62ec43e7.tar.gz
[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 <marek.vasut@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/pxa3xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index acfa9f7..fa00148 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.
OpenPOWER on IntegriCloud