From e38f5fc8d80d946b401ba0e9ba0fcb52d6e7e74b Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 2 May 2017 20:35:25 +1200 Subject: ARM: mvebu: switch db-88f6820-amc to DM for i2c Move existing configuration from header file to defconfig or dts as appropriate. Signed-off-by: Chris Packham Reviewed-by: Simon Glass Reviewed-by: Stefan Roese --- include/configs/db-88f6820-amc.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/configs/db-88f6820-amc.h b/include/configs/db-88f6820-amc.h index ba5c0901b1a..1cdefa05496 100644 --- a/include/configs/db-88f6820-amc.h +++ b/include/configs/db-88f6820-amc.h @@ -27,13 +27,6 @@ #define CONFIG_CMD_ENV #define CONFIG_CMD_PCI -/* I2C */ -#define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_MVTWSI -#define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE -#define CONFIG_SYS_I2C_SLAVE 0x0 -#define CONFIG_SYS_I2C_SPEED 100000 - /* SPI NOR flash default params, used by sf commands */ #define CONFIG_SF_DEFAULT_BUS 1 #define CONFIG_SF_DEFAULT_SPEED 1000000 -- cgit v1.3.1