Commit b7774b05222961c88598661c19d92c70d52d6949
Committed by
York Sun
1 parent
5989df7e2c
Exists in
v2017.01-smarct4x
and in
33 other branches
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>
Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff
include/configs/ls2085aqds.h
| ... | ... | @@ -272,6 +272,15 @@ |
| 272 | 272 | /* I2C bus multiplexer */ |
| 273 | 273 | #define I2C_MUX_CH_DEFAULT 0x8 |
| 274 | 274 | |
| 275 | +/* SPI */ | |
| 276 | +#ifdef CONFIG_FSL_DSPI | |
| 277 | +#define CONFIG_CMD_SF | |
| 278 | +#define CONFIG_SPI_FLASH | |
| 279 | +#define CONFIG_SPI_FLASH_STMICRO | |
| 280 | +#define CONFIG_SPI_FLASH_SST | |
| 281 | +#define CONFIG_SPI_FLASH_EON | |
| 282 | +#endif | |
| 283 | + | |
| 275 | 284 | /* |
| 276 | 285 | * MMC |
| 277 | 286 | */ |