aboutsummaryrefslogtreecommitdiff
path: root/board/BuR/brxre1
diff options
context:
space:
mode:
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>2019-01-31 09:24:45 +0100
committerTom Rini <trini@konsulko.com>2019-02-09 07:50:58 -0500
commita9484aa769b0f8312abbfa5698b685e188eea78e (patch)
tree16791e609fc785f7ef60535ab910379684951733 /board/BuR/brxre1
parent351a4aa050c834954498e2114cab3429597b7c92 (diff)
downloadu-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.zip
u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.gz
u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.bz2
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')
-rw-r--r--board/BuR/brxre1/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuR/brxre1/board.c b/board/BuR/brxre1/board.c
index 41ed28b..82c53d5 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)