summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2024-05-16 13:49:44 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2024-05-17 08:05:25 +0200
commit659050693db19620ace20fa785c097d967897b2e (patch)
treee0f5f6765d2b92bac292aa278403c94f2bdb5bc1
parentccd68479a62536de68069e2f2666660e7e63808a (diff)
configs: aquila-am69: Enable DA8XX_GPIO driver
Enable gpio driver in R5 and A72. Upstream-Status: Pending This patch will be part of a series when Aquila AM69 support will be upstreamed. Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r--configs/aquila-am69_a72_defconfig1
-rw-r--r--configs/aquila-am69_r5_defconfig1
-rw-r--r--configs/aquila-am69_r5_usbdfu_defconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/aquila-am69_a72_defconfig b/configs/aquila-am69_a72_defconfig
index 3a73fd6948..185e557de7 100644
--- a/configs/aquila-am69_a72_defconfig
+++ b/configs/aquila-am69_a72_defconfig
@@ -128,6 +128,7 @@ CONFIG_FASTBOOT_UUU_SUPPORT=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=0
CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
CONFIG_TI_SCI_PROTOCOL=y
+CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_I2C_GPIO=y
CONFIG_SYS_I2C_OMAP24XX=y
diff --git a/configs/aquila-am69_r5_defconfig b/configs/aquila-am69_r5_defconfig
index cc94532c56..9c26cb1b16 100644
--- a/configs/aquila-am69_r5_defconfig
+++ b/configs/aquila-am69_r5_defconfig
@@ -81,6 +81,7 @@ CONFIG_SPL_CLK_K3=y
CONFIG_DMA_CHANNELS=y
CONFIG_TI_K3_NAVSS_UDMA=y
CONFIG_TI_SCI_PROTOCOL=y
+CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y
CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
CONFIG_SYS_I2C_OMAP24XX=y
diff --git a/configs/aquila-am69_r5_usbdfu_defconfig b/configs/aquila-am69_r5_usbdfu_defconfig
index b470002350..79c9e05447 100644
--- a/configs/aquila-am69_r5_usbdfu_defconfig
+++ b/configs/aquila-am69_r5_usbdfu_defconfig
@@ -85,6 +85,7 @@ CONFIG_SYS_DFU_DATA_BUF_SIZE=0x40000
CONFIG_DMA_CHANNELS=y
CONFIG_TI_K3_NAVSS_UDMA=y
CONFIG_TI_SCI_PROTOCOL=y
+CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y
CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
CONFIG_SYS_I2C_OMAP24XX=y