diff options
| author | Holger Brunck <holger.brunck@hitachienergy.com> | 2022-12-02 18:22:42 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-12-12 16:49:54 -0500 |
| commit | 31464f9455ca16b6dd98e5469213c33d78fc0137 (patch) | |
| tree | 087b1c07a1983e0ea8207c6cf79611497c5a1261 /include | |
| parent | 400d1a7c9427c14fe06ff913f63cf13b49f7f89f (diff) | |
km/ppc: migrate all mpc83xx to DM_I2C
Enable DM_I2C and I2C mux to get rid of the usage of the legacy
i2c driver.
Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km/km-mpc83xx.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/km/km-mpc83xx.h b/include/configs/km/km-mpc83xx.h index 7f1839f463d..1f03f95acef 100644 --- a/include/configs/km/km-mpc83xx.h +++ b/include/configs/km/km-mpc83xx.h @@ -48,14 +48,6 @@ #define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE } -/* I2C */ -#define CFG_SYS_NUM_I2C_BUSES 4 -#define CFG_SYS_I2C_MAX_HOPS 1 -#define CFG_SYS_I2C_BUSES {{0, {I2C_NULL_HOP} }, \ - {0, {{I2C_MUX_PCA9547, 0x70, 2} } }, \ - {0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \ - {1, {I2C_NULL_HOP} } } - #if defined(CONFIG_CMD_NAND) #define CFG_SYS_NAND_BASE CFG_SYS_KMBEC_FPGA_BASE #endif |
