[PATCH v5 4/8] board: presidio-asic: Add I2C support

Heiko Schocher hs at denx.de
Mon Apr 20 06:19:55 CEST 2020


Hello Alex,

Am 17.04.2020 um 03:38 schrieb Alex Nemirovsky:
> Add I2C board support for Cortina Access Presidio Engineering Board
> 
> Signed-off-by: Alex Nemirovsky <alex.nemirovsky at cortina-access.com>
> CC: Heiko Schocher <hs at denx.de>
> ---
> 
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 
>   configs/cortina_presidio-asic-emmc_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> 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
> 

Reviewed-by: Heiko Schocher <hs at denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the U-Boot mailing list