diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-09-03 16:38:39 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:59 +0200 |
commit | dac9a8f8a2ae3a116748d056305251cfc035a6e4 (patch) | |
tree | a01770d920a508e38f89a57f37cb92a04a841030 /include/configs/display5.h | |
parent | 5ca7094668401f68aa9b8380114097270fcd0d36 (diff) | |
download | u-boot-dac9a8f8a2ae3a116748d056305251cfc035a6e4.tar.gz |
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.h | 8 |
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 |