diff options
| author | Anatolij Gustschin <[email protected]> | 2024-08-03 18:15:05 +0200 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2024-08-09 06:26:00 +0200 |
| commit | 58e6b61cb557e81745f6b74b08fbb910376ed1d6 (patch) | |
| tree | 412bb75b15e96cc9b0fb08796747d26da34bce8c /board | |
| parent | 5a025f0543c0bc149648a8f45c4963c4f758bce3 (diff) | |
board: cm-t43: convert to DM_I2C
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/compulab/cm_t43/cm_t43.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/compulab/cm_t43/cm_t43.c b/board/compulab/cm_t43/cm_t43.c index 181581926c3..983991ea462 100644 --- a/board/compulab/cm_t43/cm_t43.c +++ b/board/compulab/cm_t43/cm_t43.c @@ -48,8 +48,6 @@ int board_init(void) gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100; gpmc_init(); set_i2c_pin_mux(); - i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); - i2c_probe(TPS65218_CHIP_PM); return 0; } |
