diff options
author | Keerthy <j-keerthy@ti.com> | 2016-05-24 06:15:05 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-03 01:42:18 (GMT) |
commit | 61462cd77277060318480abe5b0aba1adf5e76f4 (patch) | |
tree | 5948bdda00a0593176ff96bcc787f27cef388166 /arch/arm/include | |
parent | 88730f19280d2d89816be8a7ab4faf8248e6b7b4 (diff) | |
download | u-boot-61462cd77277060318480abe5b0aba1adf5e76f4.tar.xz |
arm: omap: Introduce vcores_init function
The pmic registers for variants of am57xx boards are different
hence we need to assign them carefully based on the board type.
Add a function to assign omap_vcores after the board detection.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-omap5/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/sys_proto.h b/arch/arm/include/asm/arch-omap5/sys_proto.h index 804266a..ab0e7fa 100644 --- a/arch/arm/include/asm/arch-omap5/sys_proto.h +++ b/arch/arm/include/asm/arch-omap5/sys_proto.h @@ -51,6 +51,7 @@ void sdelay(unsigned long); void setup_early_clocks(void); void prcm_init(void); void do_board_detect(void); +void vcores_init(void); void bypass_dpll(u32 const base); void freq_update_core(void); u32 get_sys_clk_freq(void); |