Re: [U-Boot] [PATCH] arm: mvebu: Add SPI driver model support

2015-12-03 Thread Jagan Teki
On 27 November 2015 at 15:56, Stefan Roese wrote: > This patch enables the DM support for the SPI driver and the > SPI NOR flash chips. Some MVEBU boards boot from SPI NOR, so > adding the aliases and enabling CONFIG_DM_SEQ_ALIAS is needed > here. > > Signed-off-by: Stefan Roese > Cc: Luka Perkov

[U-Boot] [PATCH] arm: mvebu: Add SPI driver model support

2015-11-27 Thread Stefan Roese
This patch enables the DM support for the SPI driver and the SPI NOR flash chips. Some MVEBU boards boot from SPI NOR, so adding the aliases and enabling CONFIG_DM_SEQ_ALIAS is needed here. Signed-off-by: Stefan Roese Cc: Luka Perkov Cc: Dirk Eibach Cc: Simon Glass --- arch/arm/Kconfig