diff options
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | 2019-01-31 09:24:45 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-09 07:50:58 -0500 |
commit | a9484aa769b0f8312abbfa5698b685e188eea78e (patch) | |
tree | 16791e609fc785f7ef60535ab910379684951733 /board/BuR/brxre1/board.c | |
parent | 351a4aa050c834954498e2114cab3429597b7c92 (diff) | |
download | u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.gz u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.bz2 u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.zip |
board/BuR/brppt1: drop DM_I2C_COMPAT
The TPS62517 PMIC driver has been partially converted to DM, so the
legacy I2C access layer isn't needed anymore.
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'board/BuR/brxre1/board.c')
-rw-r--r-- | board/BuR/brxre1/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuR/brxre1/board.c b/board/BuR/brxre1/board.c index 41ed28b4bc..82c53d5bc2 100644 --- a/board/BuR/brxre1/board.c +++ b/board/BuR/brxre1/board.c @@ -132,7 +132,7 @@ void am33xx_spl_board_init(void) puts("ERROR: i2c_set_bus_speed failed! (turn on PWR_nEN)\n"); } - pmicsetup(0); + pmicsetup(0, 0); } const struct dpll_params *get_dpll_ddr_params(void) |