[U-Boot] [PATCH v3 1/3] configs: kirkwood: ds109: switch to DM_I2C

Stefan Roese sr at denx.de
Wed Sep 19 12:11:51 UTC 2018


On 07.08.2018 09:41, Chris Packham wrote:
> Enable DM_I2C and I2C_MVTSWI for the ds109 board.
> 
> Signed-off-by: Chris Packham <judge.packham at gmail.com>
> ---
> 
> Changes in v3: None
> Changes in v2:
> - new
> 
>   configs/ds109_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
> index c9207433b374..fd10e6e3c36e 100644
> --- a/configs/ds109_defconfig
> +++ b/configs/ds109_defconfig
> @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
>   CONFIG_OF_CONTROL=y
>   CONFIG_ENV_IS_IN_SPI_FLASH=y
>   CONFIG_MVSATA_IDE=y
> +CONFIG_DM_I2C=y
> +CONFIG_SYS_I2C_MVTWSI=y
>   # CONFIG_MMC is not set
>   CONFIG_SPI_FLASH=y
>   CONFIG_SPI_FLASH_BAR=y
> 

Unfortunately this series does not apply any more (again). I'm
currently pushing my Marvell branch upstream and would like
to get the first batch of patches accepted. After Tom has
pulled these patches, please rebase on top of this new master.

Thanks,
Stefan


More information about the U-Boot mailing list