aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537/boards
diff options
context:
space:
mode:
authorHarald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>2009-09-10 11:30:03 -0400
committerMike Frysinger <vapier@gentoo.org>2009-09-16 22:10:46 -0400
commit9c21453e376c03bcba9c6d89dc5735b40a35b098 (patch)
treea1261a4f3af75558e44f8bcb31ed57dd34093eb6 /arch/blackfin/mach-bf537/boards
parent6058434468daa16580a77922661b31b880d60db5 (diff)
Blackfin: update cm board resources
Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/boards')
-rw-r--r--arch/blackfin/mach-bf537/boards/tcm_bf537.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/blackfin/mach-bf537/boards/tcm_bf537.c b/arch/blackfin/mach-bf537/boards/tcm_bf537.c
index dc4f161c4443..61353f7bcb9e 100644
--- a/arch/blackfin/mach-bf537/boards/tcm_bf537.c
+++ b/arch/blackfin/mach-bf537/boards/tcm_bf537.c
@@ -45,6 +45,7 @@
45#include <asm/bfin5xx_spi.h> 45#include <asm/bfin5xx_spi.h>
46#include <asm/portmux.h> 46#include <asm/portmux.h>
47#include <asm/dpmc.h> 47#include <asm/dpmc.h>
48#include <linux/spi/mmc_spi.h>
48 49
49/* 50/*
50 * Name the Board for the /proc/cpuinfo 51 * Name the Board for the /proc/cpuinfo
@@ -148,7 +149,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
148 .modalias = "mmc_spi", 149 .modalias = "mmc_spi",
149 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */ 150 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
150 .bus_num = 0, 151 .bus_num = 0,
151 .chip_select = 5, 152 .chip_select = 1,
152 .controller_data = &mmc_spi_chip_info, 153 .controller_data = &mmc_spi_chip_info,
153 .mode = SPI_MODE_3, 154 .mode = SPI_MODE_3,
154 }, 155 },
@@ -279,12 +280,12 @@ static struct platform_device isp1362_hcd_device = {
279#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE) 280#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
280static struct resource net2272_bfin_resources[] = { 281static struct resource net2272_bfin_resources[] = {
281 { 282 {
282 .start = 0x20200000, 283 .start = 0x20300000,
283 .end = 0x20200000 + 0x100, 284 .end = 0x20300000 + 0x100,
284 .flags = IORESOURCE_MEM, 285 .flags = IORESOURCE_MEM,
285 }, { 286 }, {
286 .start = IRQ_PH14, 287 .start = IRQ_PG13,
287 .end = IRQ_PH14, 288 .end = IRQ_PG13,
288 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, 289 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
289 }, 290 },
290}; 291};
@@ -318,7 +319,7 @@ static struct mtd_partition cm_partitions[] = {
318 .offset = 0, 319 .offset = 0,
319 }, { 320 }, {
320 .name = "linux kernel(nor)", 321 .name = "linux kernel(nor)",
321 .size = 0xE0000, 322 .size = 0x100000,
322 .offset = MTDPART_OFS_APPEND, 323 .offset = MTDPART_OFS_APPEND,
323 }, { 324 }, {
324 .name = "file system(nor)", 325 .name = "file system(nor)",