summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-01-27 13:36:38 +0100
committerSimon Glass <sjg@chromium.org>2015-01-29 17:10:01 -0700
commit47b37958f6f0f0fafba53480d1ef13143dd0244b (patch)
tree68ab8a24305922b933cce579e38d8b026b7c5ab0 /include
parent55df43c941ce8c667c477b849c2b413b51f89b58 (diff)
downloadblackbird-obmc-uboot-47b37958f6f0f0fafba53480d1ef13143dd0244b.tar.gz
blackbird-obmc-uboot-47b37958f6f0f0fafba53480d1ef13143dd0244b.zip
odroid u3: enable dm i2c support
This patch enables CONFIG_DM_I2C and also CONFIG_DM_I2C_COMPAT. The last one should be removed when the dm pmic framework will be finished. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Cc: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/odroid.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index 807e96bbaa..9d5dbdce36 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -177,12 +177,11 @@
/* I2C */
#define CONFIG_CMD_I2C
-#define CONFIG_SYS_I2C
+#define CONFIG_DM_I2C
+#define CONFIG_DM_I2C_COMPAT
#define CONFIG_SYS_I2C_S3C24X0
#define CONFIG_SYS_I2C_S3C24X0_SPEED 100000
#define CONFIG_SYS_I2C_S3C24X0_SLAVE 0
-#define CONFIG_MAX_I2C_NUM 8
-#define CONFIG_SYS_I2C_INIT_BOARD
/* POWER */
#define CONFIG_POWER
OpenPOWER on IntegriCloud