diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-10 10:29:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-01 17:18:42 -0400 |
commit | 12bbcd6a85c1e4821bda9d5055b19ec8a7c723e0 (patch) | |
tree | 7ed17aea3a8cf4a26c6a1a0e283b268e8ca639ee | |
parent | adf13bcc403dbd0cb645fe1080d8812d9de5f01f (diff) |
Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al
This removes the following symbols:
CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS
CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS
CONFIG_SYS_I2C_LDI_ADDR
CONFIG_SYS_I2C_DVI_ADDR
CONFIG_SYS_I2C_DVI_BUS_NUM
They are unused by any code in tree at this time.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/T104xRDB.h | 5 | ||||
-rw-r--r-- | include/configs/tqma6.h | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 560083c5b31..918aabcbb5c 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -292,11 +292,6 @@ #if defined(CONFIG_TARGET_T1042RDB_PI) || \ defined(CONFIG_TARGET_T1040D4RDB) || \ defined(CONFIG_TARGET_T1042D4RDB) -/* LDI/DVI Encoder for display */ -#define CONFIG_SYS_I2C_LDI_ADDR 0x38 -#define CONFIG_SYS_I2C_DVI_ADDR 0x75 -#define CONFIG_SYS_I2C_DVI_BUS_NUM 0 - /* * RTC configuration */ diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index a782e3d02bd..9498dbeadf4 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -37,10 +37,6 @@ /* I2C Configs */ #define CONFIG_I2C_MULTI_BUS -/* I2C EEPROM (M24C64) */ -#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS 5 /* 32 Bytes */ -#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS 20 - #if !defined(CONFIG_DM_PMIC) #define CONFIG_POWER_PFUZE100 #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 |