[PATCH v3 4/7] configs: socfpga: n5x: enable ISSI QSPI
Chen Huei Lok
chen.huei.lok at altera.com
Mon Jun 8 03:27:38 CEST 2026
Enable ISSI SPI flash support in the N5X device.
Signed-off-by: Abdul Rahim Ahmad Syazili <ahmad.syazili.abdul.rahim at altera.com>
Signed-off-by: Chen Huei Lok <chen.huei.lok at altera.com>
---
Changes in v3:
- Renumber from 5/8 to 4/7 following the removal of the DDR retention
patch from this series
- Fix CONFIG_SPI_FLASH_ISSI position: correctly placed before
CONFIG_SPI_FLASH_SPANSION per canonical savedefconfig ordering
configs/socfpga_n5x_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/socfpga_n5x_defconfig b/configs/socfpga_n5x_defconfig
index 9159fa0c859..fc988ed3da2 100644
--- a/configs/socfpga_n5x_defconfig
+++ b/configs/socfpga_n5x_defconfig
@@ -71,6 +71,7 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_DW=y
CONFIG_SYS_MMC_MAX_BLK_COUNT=256
CONFIG_MMC_DW=y
+CONFIG_SPI_FLASH_ISSI=y
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_ETH_DESIGNWARE=y
--
2.43.7
More information about the U-Boot
mailing list