summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2012-01-25 17:36:19 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2012-01-27 03:02:37 +0100
commit5b06007cb0918b816e52aaa45ac869b4c340c2c1 (patch)
tree64cd61fe580b857649a57eb5b81faa9d22dfd112 /arch
parentc5ce77f079e953f13aca092c0ececefbfa6893c6 (diff)
ccxmx53: add ccxmx53 platforms in bus_freq driver
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com> (cherry picked from commit c2a0ca4e644fa639443fa87a235c94efdfdcb681) Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com> (cherry picked from commit 818861968e5888465f3ed07a9698bf593ac70240) Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/bus_freq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/bus_freq.c b/arch/arm/mach-mx5/bus_freq.c
index 2c1c7f8fc920..3a9d26fa7d32 100644
--- a/arch/arm/mach-mx5/bus_freq.c
+++ b/arch/arm/mach-mx5/bus_freq.c
@@ -1030,7 +1030,8 @@ static int __devinit busfreq_probe(struct platform_device *pdev)
/* for mx53 */
if (cpu_is_mx53()) {
/* set DDR type */
- if (machine_is_mx53_evk() || machine_is_mx53_ard())
+ if (machine_is_mx53_evk() || machine_is_mx53_ard() ||
+ machine_is_ccwmx53js() || machine_is_ccmx53js())
mx53_ddr_type = DDR_TYPE_DDR2;
else
mx53_ddr_type = DDR_TYPE_DDR3;