On 23/6/2026 10:02 am, Chen Huei Lok wrote:
Enable ISSI SPI flash support in the N5X device.
Signed-off-by: Abdul Rahim Ahmad Syazili <[email protected]>
Signed-off-by: Chen Huei Lok <[email protected]>
---
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
Reviewed-by: Tien Fong Chee <[email protected]>
Best regards,
Tien Fong