diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-03-07 16:24:00 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 15:36:17 +0200 |
commit | cb339a00216fc66142915faef2863393caaf7467 (patch) | |
tree | 8a72db97b60f00c6d372468dec0dd1cf46ea5d58 /configs/gwventana_emmc_defconfig | |
parent | 0c679062481f84e4bb86917241541da0a56c41e6 (diff) | |
download | u-boot-cb339a00216fc66142915faef2863393caaf7467.tar.gz u-boot-cb339a00216fc66142915faef2863393caaf7467.tar.bz2 u-boot-cb339a00216fc66142915faef2863393caaf7467.zip |
board: gateworks: gw_ventana: convert to DM_I2C
convert to DM_I2C for U-Boot while leaving SPL legacy I2C:
- Move I2C config from common to SPL
- Move PMIC config from common to SPL (no need to re-configure pmic)
- add DM_I2C support to eeprom/gsc functions shared by SPL and U-Boot
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_emmc_defconfig')
-rw-r--r-- | configs/gwventana_emmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig index 4371a144f2..f65f28e4cd 100644 --- a/configs/gwventana_emmc_defconfig +++ b/configs/gwventana_emmc_defconfig @@ -90,7 +90,7 @@ CONFIG_NETCONSOLE=y CONFIG_DM=y CONFIG_BOUNCE_BUFFER=y CONFIG_DWC_AHSATA=y -CONFIG_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MXC=y CONFIG_LED=y |