Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al
authorTom Rini <trini@konsulko.com>
Wed, 10 Aug 2022 14:29:28 +0000 (10:29 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 1 Sep 2022 21:18:42 +0000 (17:18 -0400)
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>
include/configs/T104xRDB.h
include/configs/tqma6.h

index 560083c..918aabc 100644 (file)
 #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
  */
index a782e3d..9498dbe 100644 (file)
 /* 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