[U-Boot] [PATCH] Add SPI support to mx51evk board

2010-03-16 Thread Stefano Babic
The patch adds SPI devices to the mx51evk board. Two devices are supported: Atmel SPI flash and MC13892 power controller. Signed-off-by: Stefano Babic --- board/freescale/mx51evk/mx51evk.c | 178 + include/configs/mx51evk.h | 17 2 files change

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-03-20 Thread Tom
Stefano Babic wrote: > The patch adds SPI devices to the mx51evk board. Two devices > are supported: Atmel SPI flash and MC13892 power > controller. Is Atmel SPI flash already supported? It does not look like anything atmel is setup here This is dependent on the Added MC13892VK Power Management d

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-03-22 Thread Stefano Babic
Tom wrote: > Stefano Babic wrote: >> The patch adds SPI devices to the mx51evk board. Two devices >> are supported: Atmel SPI flash and MC13892 power >> controller. > > Is Atmel SPI flash already supported? > It does not look like anything atmel is setup here No, not yes, only in a future patch s

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-05-05 Thread Wolfgang Denk
Dear Stefano Babic, In message <1268756541-2179-1-git-send-email-sba...@denx.de> you wrote: > The patch adds SPI devices to the mx51evk board. Two devices > are supported: Atmel SPI flash and MC13892 power > controller. > > Signed-off-by: Stefano Babic > --- > board/freescale/mx51evk/mx51evk.c

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-05-05 Thread Stefano Babic
Wolfgang Denk wrote: > Dear Stefano Babic, > Hi Wolfgang, > In message <1268756541-2179-1-git-send-email-sba...@denx.de> you wrote: >> The patch adds SPI devices to the mx51evk board. Two devices >> are supported: Atmel SPI flash and MC13892 power >> controller. >> >> Signed-off-by: Stefano Babi