diff options
author | Graf Yang <graf.yang@analog.com> | 2009-06-15 12:23:41 +0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-23 05:15:49 +0400 |
commit | dc2c46bb702629d20a3786e10b540c7dcf2c017f (patch) | |
tree | 084ecd522ad7d8a4eac0170b926e3c98206a2cbb /arch | |
parent | 0de4adfb8c9674fa1572b0ff1371acc94b0be901 (diff) | |
download | linux-dc2c46bb702629d20a3786e10b540c7dcf2c017f.tar.xz |
Blackfin: bf526-ezbrd: set SPI flash resources to SST device
The BF526-EZBRD has a SST SPI flash on it, not a ST Micro.
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezbrd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezbrd.c b/arch/blackfin/mach-bf527/boards/ezbrd.c index 9f9c0005dcf1..b2f30f06b73e 100644 --- a/arch/blackfin/mach-bf527/boards/ezbrd.c +++ b/arch/blackfin/mach-bf527/boards/ezbrd.c @@ -237,10 +237,10 @@ static struct flash_platform_data bfin_spi_flash_data = { .name = "m25p80", .parts = bfin_spi_flash_partitions, .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), - .type = "m25p16", + .type = "sst25wf040", }; -/* SPI flash chip (m25p64) */ +/* SPI flash chip (sst25wf040) */ static struct bfin5xx_spi_chip spi_flash_chip_info = { .enable_dma = 0, /* use dma transfer with this chip*/ .bits_per_word = 8, |