commit | 71bfd39d7785b1b610ff26761288065f55436e8f | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Wed May 29 16:48:01 2024 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Mon Jun 17 16:02:29 2024 +0200 |
tree | be21f1be062bcdab9d1bc9c31bc846177b4c08cc | |
parent | 534a934090dda995fd63705ddd5a025de98c9944 [diff] [blame] |
spi: versal2: Enable spi drivers for Versal Gen 2 Enable and update OSPI/QSPI/GQSPI drivers to support Versal Gen 2 SoCs. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/691782470f56f7d49a3204f6757296f2752d4156.1716994063.git.michal.simek@amd.com
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 35030ab..cd785ae 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig
@@ -156,7 +156,7 @@ config CADENCE_OSPI_VERSAL bool "Configure Versal OSPI" - depends on (ARCH_VERSAL || ARCH_VERSAL_NET) && CADENCE_QSPI + depends on (ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2) && CADENCE_QSPI imply DM_GPIO help This option is used to enable Versal OSPI DMA operations which