[U-Boot] [PATCH] arm/km: fix frequency of the SPI NOR Flash
Prafulla Wadaskar
prafulla at marvell.com
Mon Sep 3 10:49:55 CEST 2012
> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: 14 August 2012 18:49
> To: 'Valentin Longchamp'
> Cc: u-boot at lists.denx.de; Holger Brunck
> Subject: RE: [PATCH] arm/km: fix frequency of the SPI NOR Flash
>
>
>
> > -----Original Message-----
> > From: Valentin Longchamp [mailto:valentin.longchamp at keymile.com]
> > Sent: 14 August 2012 17:07
> > To: Prafulla Wadaskar
> > Cc: u-boot at lists.denx.de; Valentin Longchamp; Holger Brunck
> > Subject: [PATCH] arm/km: fix frequency of the SPI NOR Flash
> >
> > According to our last HW measures, this could be raised while still
> > compatible with the potential delays on the lines.
> >
> > Signed-off-by: Valentin Longchamp <valentin.longchamp at keymile.com>
> > cc: Holger Brunck <holger.brunck at keymile.com>
> > ---
> > include/configs/km/km_arm.h | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/include/configs/km/km_arm.h
> b/include/configs/km/km_arm.h
> > index 3aa5ca1..2d573e4 100644
> > --- a/include/configs/km/km_arm.h
> > +++ b/include/configs/km/km_arm.h
> > @@ -60,7 +60,7 @@
> > #if defined CONFIG_KM_ENV_IS_IN_SPI_NOR
> > #define CONFIG_ENV_SPI_BUS 0
> > #define CONFIG_ENV_SPI_CS 0
> > -#define CONFIG_ENV_SPI_MAX_HZ 5000000
> > +#define CONFIG_ENV_SPI_MAX_HZ 8100000
> > #define CONFIG_ENV_SPI_MODE SPI_MODE_3
> > #endif
> >
>
> Acked-By: Prafulla Wadaskar <prafulla at marvell.com>
> I will pull this patch.
>
Applied to u-boot-marvell.git master branch
Regards...
Prafulla . . .
More information about the U-Boot
mailing list