[PATCH] ARM: OMAP: PCM051: Remove spi platform data
Sascha Hauer
s.hauer at pengutronix.de
Mon Aug 26 03:02:12 EDT 2013
On Mon, Aug 26, 2013 at 08:43:57AM +0200, Teresa Gámez wrote:
> 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>
Applied, thanks
Sascha
> ---
> 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
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list