commit | 49e7d77be0c916f39ee299193e0061785479160e | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Nov 20 13:51:57 2015 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Jan 14 14:08:59 2016 +0100 |
tree | 1fd4272063f31feba432174e255ea1ba3cc6e8a0 | |
parent | 27139a64b6c23bac9764a0a7bc3dc4d9db38cec3 [diff] |
arm: mvebu: Add SPI driver model support 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 <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Dirk Eibach <dirk.eibach@gdsys.cc> Cc: Simon Glass <sjg@chromium.org>