aboutsummaryrefslogtreecommitdiff
path: root/configs/cortina_presidio-asic-emmc_defconfig
diff options
context:
space:
mode:
authorAlex Nemirovsky <alex.nemirovsky@cortina-access.com>2020-06-01 12:56:32 -0700
committerHeiko Schocher <hs@denx.de>2020-07-09 06:02:44 +0200
commit44ad59e695e6c7fd87e9f1a8590f746090d3afe4 (patch)
tree7354b5210fb2a78495b92f0c140a37580c051589 /configs/cortina_presidio-asic-emmc_defconfig
parent7f5ea25062001589f301813416119b5353caca16 (diff)
downloadu-boot-44ad59e695e6c7fd87e9f1a8590f746090d3afe4.zip
u-boot-44ad59e695e6c7fd87e9f1a8590f746090d3afe4.tar.gz
u-boot-44ad59e695e6c7fd87e9f1a8590f746090d3afe4.tar.bz2
board: presidio-asic: Add I2C support
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com> CC: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/cortina_presidio-asic-emmc_defconfig')
-rw-r--r--configs/cortina_presidio-asic-emmc_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/cortina_presidio-asic-emmc_defconfig b/configs/cortina_presidio-asic-emmc_defconfig
index e10008a..e45e23c 100644
--- a/configs/cortina_presidio-asic-emmc_defconfig
+++ b/configs/cortina_presidio-asic-emmc_defconfig
@@ -10,6 +10,7 @@ CONFIG_SHOW_BOOT_PROGRESS=y
CONFIG_BOOTDELAY=3
CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_SYS_PROMPT="G3#"
+CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PART=y
CONFIG_CMD_WDT=y
@@ -24,6 +25,8 @@ CONFIG_DEFAULT_DEVICE_TREE="ca-presidio-engboard"
# CONFIG_NET is not set
CONFIG_DM=y
CONFIG_CORTINA_GPIO=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_CA=y
CONFIG_DM_MMC=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_CORTINA=y