summaryrefslogtreecommitdiff
path: root/include/configs/ls2085aqds.h
diff options
context:
space:
mode:
authorHaikun Wang <Haikun.Wang@freescale.com>2015-07-03 08:51:34 (GMT)
committerYork Sun <yorksun@freescale.com>2015-07-20 18:44:39 (GMT)
commitb7774b05222961c88598661c19d92c70d52d6949 (patch)
treec2a36151ff412ecebda8ce5d714f9c3291617425 /include/configs/ls2085aqds.h
parent5989df7e2cfb5ac0d8c9a509aad2b84f9141cc13 (diff)
downloadu-boot-b7774b05222961c88598661c19d92c70d52d6949.tar.xz
armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS
Enable DSPI flash related configurations. Signed-off-by: Haikun Wang <haikun.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085aqds.h')
-rw-r--r--include/configs/ls2085aqds.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ls2085aqds.h b/include/configs/ls2085aqds.h
index 5a42164..a6ef356 100644
--- a/include/configs/ls2085aqds.h
+++ b/include/configs/ls2085aqds.h
@@ -272,6 +272,15 @@ unsigned long get_board_ddr_clk(void);
/* I2C bus multiplexer */
#define I2C_MUX_CH_DEFAULT 0x8
+/* SPI */
+#ifdef CONFIG_FSL_DSPI
+#define CONFIG_CMD_SF
+#define CONFIG_SPI_FLASH
+#define CONFIG_SPI_FLASH_STMICRO
+#define CONFIG_SPI_FLASH_SST
+#define CONFIG_SPI_FLASH_EON
+#endif
+
/*
* MMC
*/