]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: am64x, am65x: add CONFIG_DA8XX_GPIO
authorAnshul Dalal <anshuld@ti.com>
Thu, 20 Nov 2025 09:31:27 +0000 (15:01 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 22:24:56 +0000 (16:24 -0600)
The DA8xx GPIO driver was not being built as part of the A53 U-Boot
image on AM64x and AM65x. This meant only i2c GPIO expanders were
accessible to the users from the U-Boot prompt.

This patch fixes it by setting CONFIG_DA8XX_GPIO.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
configs/am64x_evm_a53_defconfig
configs/am65x_evm_a53_defconfig

index ae261f2fa0137ee49a7a8588c07a1b9cf014bc0f..2a678b8513ca4b72353285a9fbd69ba6658a7ae0 100644 (file)
@@ -200,5 +200,6 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y
 CONFIG_SPL_DFU=y
 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
 CONFIG_EFI_SET_TIME=y
+CONFIG_DA8XX_GPIO=y
 
 #include <configs/k3_efi_capsule.config>
index d1fe27702cba18920dba7a7a5fbfc6fc187bbbdb..d2da1818c7029ea010fb6e9dcfca78e0fee6e2c2 100644 (file)
@@ -166,3 +166,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6162
 CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_SPL_DFU=y
 CONFIG_PHANDLE_CHECK_SEQ=y
+CONFIG_DA8XX_GPIO=y