summaryrefslogtreecommitdiff
path: root/board/BuR/common/bur_common.h
diff options
context:
space:
mode:
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>2019-01-31 11:24:45 +0300
committerTom Rini <trini@konsulko.com>2019-02-09 15:50:58 +0300
commita9484aa769b0f8312abbfa5698b685e188eea78e (patch)
tree16791e609fc785f7ef60535ab910379684951733 /board/BuR/common/bur_common.h
parent351a4aa050c834954498e2114cab3429597b7c92 (diff)
downloadu-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.xz
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/common/bur_common.h')
-rw-r--r--board/BuR/common/bur_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuR/common/bur_common.h b/board/BuR/common/bur_common.h
index 5f2d0d055f..f743194c34 100644
--- a/board/BuR/common/bur_common.h
+++ b/board/BuR/common/bur_common.h
@@ -15,7 +15,7 @@
int load_lcdtiming(struct am335x_lcdpanel *panel);
void br_summaryscreen(void);
-void pmicsetup(u32 mpupll);
+void pmicsetup(u32 mpupll, unsigned int bus);
void enable_uart0_pin_mux(void);
void enable_i2c_pin_mux(void);
void enable_board_pin_mux(void);