From: Michal Simek Date: Mon, 14 Oct 2019 07:46:47 +0000 (+0200) Subject: arm64: versal: Enable GPIO command for Versal X-Git-Tag: v2020.01-rc1~8^2~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96e8e52bb8e7d325dd82fe83aace33275458665d;p=oweals%2Fu-boot.git arm64: versal: Enable GPIO command for Versal Enable GPIO command for Xilinx Versal platform. Driver is updated that's why it can be used directly. Driver is enabled by default through Kconfig. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 3ff23a2b2b..f5ce8a0a1e 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_MEMTEST=y CONFIG_SYS_ALT_MEMTEST=y CONFIG_CMD_DM=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y