summaryrefslogtreecommitdiff
path: root/include/configs/display5.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-09-03 17:38:39 +0300
committerStefano Babic <sbabic@denx.de>2019-10-08 17:35:59 +0300
commitdac9a8f8a2ae3a116748d056305251cfc035a6e4 (patch)
treea01770d920a508e38f89a57f37cb92a04a841030 /include/configs/display5.h
parent5ca7094668401f68aa9b8380114097270fcd0d36 (diff)
downloadu-boot-dac9a8f8a2ae3a116748d056305251cfc035a6e4.tar.xz
DM: I2C: Switch display5 board to use DM_I2C
After this commit the display5 device would use I2C driver supporting driver model (DM_I2C). The 'i2c' and 'eeprom' commands now use DM I2C drivers and initialize on-bus devices according to device tree description. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/display5.h')
-rw-r--r--include/configs/display5.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h
index e503e4a0ce..59f6c649f1 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -57,15 +57,7 @@
#define CONFIG_MXC_UART_BASE UART5_BASE
/* I2C Configs */
-#define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_MXC
-#define CONFIG_SYS_I2C_MXC_I2C1
-#define CONFIG_SYS_I2C_MXC_I2C2
-#define CONFIG_SYS_I2C_MXC_I2C3
#define CONFIG_I2C_MULTI_BUS
-#define CONFIG_SYS_I2C_SPEED 100000
-#define CONFIG_I2C_EDID
-#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
/* Ethernet */
#ifdef CONFIG_FEC_MXC