summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-31 13:04:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-20 09:40:23 +0100
commit1308d908ea6f1c6267007b485f3d8373bef9cf7f (patch)
tree71e9f27470d294cb8befe9f4e3e9c1e1c50d92fb /arch
parentcb85fb8214f932a946ca87bc98e904a09d4b73b4 (diff)
downloadbarebox-1308d908ea6f1c6267007b485f3d8373bef9cf7f.tar.gz
barebox-1308d908ea6f1c6267007b485f3d8373bef9cf7f.tar.xz
m25p80: re-import it againt mtd_add_host
so we now create the cdev via mtd This will also simplify sync with linux to avoid the m25p8000 or m25p00 the cdev is still named name m25p and the drivers m25p80 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/freescale-mx6-sabrelite/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/freescale-mx6-sabrelite/board.c b/arch/arm/boards/freescale-mx6-sabrelite/board.c
index da37e17b8f..55087c2bc8 100644
--- a/arch/arm/boards/freescale-mx6-sabrelite/board.c
+++ b/arch/arm/boards/freescale-mx6-sabrelite/board.c
@@ -209,7 +209,7 @@ static struct spi_imx_master sabrelite_spi_0_data = {
static const struct spi_board_info sabrelite_spi_board_info[] = {
{
- .name = "m25p",
+ .name = "m25p80",
.max_speed_hz = 40000000,
.bus_num = 0,
.chip_select = 0,