From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 1 Sep 2015 10:19:03 +0200 Subject: [U-Boot] [PATCH v4 10/16] zynq-common: Enable zynq qspi controller support In-Reply-To: <1441087907-25993-11-git-send-email-jteki@openedev.com> References: <1441087907-25993-1-git-send-email-jteki@openedev.com> <1441087907-25993-11-git-send-email-jteki@openedev.com> Message-ID: <55E55F77.4040906@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/01/2015 08:11 AM, Jagan Teki wrote: > This patch adds support for zynq qspi controller driver > on zynq-common.h > > Signed-off-by: Jagan Teki > Cc: Simon Glass > Cc: Michal Simek > Cc: Siva Durga Prasad Paladugu > Tested-by: Jagan Teki > --- > include/configs/zynq-common.h | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h > index e7ab50a..514bdeb 100644 > --- a/include/configs/zynq-common.h > +++ b/include/configs/zynq-common.h > @@ -72,6 +72,15 @@ > # define CONFIG_CMD_SF > #endif > > +/* QSPI */ > +#ifdef CONFIG_ZYNQ_QSPI > +# define CONFIG_SF_DEFAULT_SPEED 30000000 > +# define CONFIG_SPI_FLASH_SPANSION > +# define CONFIG_SPI_FLASH_STMICRO > +# define CONFIG_SPI_FLASH_WINBOND Can you please also enable ISSI? # define CONFIG_SPI_FLASH_ISSI Thanks, Michal