]> Git Repo - u-boot.git/commitdiff
arm64: versal: Enable soft reset support for xspi flashes
authorVenkatesh Yadav Abbarapu <[email protected]>
Thu, 14 Nov 2024 04:26:41 +0000 (09:56 +0530)
committerMichal Simek <[email protected]>
Tue, 19 Nov 2024 14:56:44 +0000 (15:56 +0100)
Activate the xSPI Software Reset support, which will be
utilized to transition from octal DTR mode to legacy
mode during shutdown and boot (if enabled).

Signed-off-by: T Karthik Reddy <[email protected]>
Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
configs/xilinx_versal_virt_defconfig

index 508900661bea432a98c84551313356aa5c32bb99..becf30433d3da33bdc16fbb2f984f793a07a8762 100644 (file)
@@ -105,6 +105,8 @@ CONFIG_MMC_SDHCI_ZYNQ=y
 CONFIG_ZYNQ_SDHCI_MIN_FREQ=100000
 CONFIG_MTD=y
 CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH_SOFT_RESET=y
+CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_SPI_FLASH_ISSI=y
 CONFIG_SPI_FLASH_MACRONIX=y
This page took 0.037342 seconds and 4 git commands to generate.