[PATCH] ARM: OMAP: PCM051: Remove spi platform data
Teresa Gámez
t.gamez at phytec.de
Mon Aug 26 02:43:57 EDT 2013
SPI NOR flash can be detected by driver so no platform data
is necessary.
Signed-off-by: Teresa Gámez <t.gamez at phytec.de>
---
arch/arm/boards/pcm051/board.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boards/pcm051/board.c b/arch/arm/boards/pcm051/board.c
index 1993f34..4a740c8 100644
--- a/arch/arm/boards/pcm051/board.c
+++ b/arch/arm/boards/pcm051/board.c
@@ -66,11 +66,6 @@ static int pcm051_mem_init(void)
}
mem_initcall(pcm051_mem_init);
-static struct flash_platform_data pcm051_spi_flash = {
- .name = "m25p",
- .type = "w25q64",
-};
-
/*
* SPI Flash works at 80Mhz however the SPI controller runs with 48MHz.
* So setup Max speed to be less than the controller speed.
@@ -78,7 +73,6 @@ static struct flash_platform_data pcm051_spi_flash = {
static struct spi_board_info pcm051_spi_board_info[] = {
{
.name = "m25p80",
- .platform_data = &pcm051_spi_flash,
.max_speed_hz = 24000000,
.bus_num = 0,
.chip_select = 0,
--
1.7.0.4
More information about the barebox
mailing list