[PATCH] xilinx: Enable GPIO delay driver on Versal platforms

Michal Simek michal.simek at amd.com
Tue Feb 17 11:50:33 CET 2026


GPIO delay driver is necessary to use to extend delay times for USB hubs.

Signed-off-by: Michal Simek <michal.simek at amd.com>
---

 configs/amd_versal2_virt_defconfig   | 1 +
 configs/xilinx_versal_virt_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig
index 94dce5c191c4..0296f378ea7a 100644
--- a/configs/amd_versal2_virt_defconfig
+++ b/configs/amd_versal2_virt_defconfig
@@ -82,6 +82,7 @@ CONFIG_DFU_RAM=y
 CONFIG_ARM_FFA_TRANSPORT=y
 CONFIG_FPGA_XILINX=y
 CONFIG_FPGA_VERSALPL=y
+CONFIG_GPIO_DELAY=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_CADENCE=y
 CONFIG_I2C_MUX=y
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index e8d6f4cf6d63..d5d60d7f87d0 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -87,6 +87,7 @@ CONFIG_ZYNQMP_FIRMWARE=y
 CONFIG_ARM_FFA_TRANSPORT=y
 CONFIG_FPGA_XILINX=y
 CONFIG_FPGA_VERSALPL=y
+CONFIG_GPIO_DELAY=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_CADENCE=y
 CONFIG_I2C_MUX=y
-- 
2.43.0

base-commit: 54f9b6528e34f1f75c2258ed29887f496a35dd6a
branch: debian-sent3


More information about the U-Boot mailing list