diff options
author | Ajay Bhargav <[ajay.bhargav@einfochips.com]> | 2011-10-03 14:00:57 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:32 +0200 |
commit | daa4b2f7f5e023dffa272e86b0f271b07f9813b8 (patch) | |
tree | d360aef6981ae9c8a1059c1e7ff966470085dc9f /include/configs/gplugd.h | |
parent | 51100cfccac710367249515f685f1a33c95cceb4 (diff) | |
download | u-boot-imx-daa4b2f7f5e023dffa272e86b0f271b07f9813b8.zip u-boot-imx-daa4b2f7f5e023dffa272e86b0f271b07f9813b8.tar.gz u-boot-imx-daa4b2f7f5e023dffa272e86b0f271b07f9813b8.tar.bz2 |
Armada100: Add SPI support for Marvell gplugD
This patch add SPI driver support for Marvell gplugD
Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
Diffstat (limited to 'include/configs/gplugd.h')
-rw-r--r-- | include/configs/gplugd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index a9f3b3b..6fa724a 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -90,6 +90,11 @@ /* GPIO Configuration for PHY */ #define CONFIG_SYS_GPIO_PHY_RST 104 /* GPIO104 */ +/* SPI Support */ +#define CONFIG_ARMADA100_SPI +#define CONFIG_ENV_SPI_CS 110 +#define CONFIG_SYS_SSP_PORT 2 + /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros |