diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-23 06:34:41 -0700 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2016-12-05 13:27:29 +0100 |
commit | 08848e9c317cb337d438cc657e63f2c3ae92d6d3 (patch) | |
tree | ee1316e79c8b736c171e0ffe1d41cb5792014939 /include/configs/s5p_goni.h | |
parent | fc47cf9d054b79299274f4386cfb867a80af8c7b (diff) | |
download | u-boot-imx-08848e9c317cb337d438cc657e63f2c3ae92d6d3.zip u-boot-imx-08848e9c317cb337d438cc657e63f2c3ae92d6d3.tar.gz u-boot-imx-08848e9c317cb337d438cc657e63f2c3ae92d6d3.tar.bz2 |
arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C
These are the last two samsung boards that don't use DM_I2C. Move them
over, leaving #ifdefs to allow the maintainer to complete this work.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/s5p_goni.h')
-rw-r--r-- | include/configs/s5p_goni.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 124cca3..6a5425a 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -229,25 +229,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000) -#define CONFIG_POWER -#define CONFIG_POWER_I2C -#define CONFIG_POWER_MAX8998 - -#include <asm/arch/gpio.h> -/* - * I2C Settings - */ -#define CONFIG_SOFT_I2C_GPIO_SCL S5PC110_GPIO_J43 -#define CONFIG_SOFT_I2C_GPIO_SDA S5PC110_GPIO_J40 - -#define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_SOFT /* I2C bit-banged */ -#define CONFIG_SYS_I2C_SOFT_SPEED 50000 -#define CONFIG_SYS_I2C_SOFT_SLAVE 0x7F -#define CONFIG_I2C_MULTI_BUS -#define CONFIG_SYS_I2C_INIT_BOARD - -#define CONFIG_SYS_MAX_I2C_BUS 7 #define CONFIG_USB_GADGET_DWC2_OTG_PHY #define CONFIG_USB_FUNCTION_MASS_STORAGE |