aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-csb637.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-04-24 11:40:22 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-05-25 23:04:35 +0800
commite57556e3b6dcbf9b459cd503b061457b6ed1758f (patch)
tree460d002f98a81a3c53983c3129f7455d011afdc8 /arch/arm/mach-at91/board-csb637.c
parentat91: drop boot_params and PLAT_PHYS_OFFSET (diff)
downloadlinux-dev-e57556e3b6dcbf9b459cd503b061457b6ed1758f.tar.xz
linux-dev-e57556e3b6dcbf9b459cd503b061457b6ed1758f.zip
at91rm9200: introduce at91rm9200_set_type to specficy cpu package
as we can not detect it by defaut the type will be bga introduce cpu_is_at91rm9200_bga and cpu_is_at91rm9200_pqfp Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-csb637.c')
-rw-r--r--arch/arm/mach-at91/board-csb637.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-csb637.c b/arch/arm/mach-at91/board-csb637.c
index 58a80c368652..019aab4e20b0 100644
--- a/arch/arm/mach-at91/board-csb637.c
+++ b/arch/arm/mach-at91/board-csb637.c
@@ -43,7 +43,7 @@
static void __init csb637_init_early(void)
{
/* Initialize processor: 3.6864 MHz crystal */
- at91rm9200_initialize(3686400, AT91RM9200_BGA);
+ at91rm9200_initialize(3686400);
/* DBGU on ttyS0. (Rx & Tx only) */
at91_register_uart(0, 0, 0);