summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2024-01-05 11:59:30 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit354c2d88d0277829f30fa94da82cbac62299bfff (patch)
tree6ec2c8f0e239f2b880bd27bf8610d28f10d616f1 /configs
parent79543862e059635f4af01fc48224d4fe3f6626f8 (diff)
configs: am64x_evm_r5_defconfig: Enable I2C GPIO drivers
We need the I2C GPIO drivers to detect expansion cards. Gets rid of below error message at R5 SPL on AM64-EVM "Failed to lookup gpio gpio@38_0: -22" Signed-off-by: Roger Quadros <rogerq@kernel.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/am64x_evm_r5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am64x_evm_r5_defconfig b/configs/am64x_evm_r5_defconfig
index 222aeb887d..722f3e7149 100644
--- a/configs/am64x_evm_r5_defconfig
+++ b/configs/am64x_evm_r5_defconfig
@@ -188,3 +188,6 @@ CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_TI_SCI=y
+CONFIG_DM_PCA953X=y
+CONFIG_SPL_DM_PCA953X=y
+CONFIG_DM_I2C_GPIO=y