diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-10-14 10:35:24 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-21 13:58:55 -0500 |
commit | b64a7cb92dcf6e0047fb524c08c90d5894ba4e39 (patch) | |
tree | bb744d4b230efd82bc42475ee2662a5baadb591c /arch/arm/include/asm/arch-am33xx/sys_proto.h | |
parent | c704a99dff693d3e2d0fe1ad095febb89f872de9 (diff) | |
download | u-boot-imx-b64a7cb92dcf6e0047fb524c08c90d5894ba4e39.zip u-boot-imx-b64a7cb92dcf6e0047fb524c08c90d5894ba4e39.tar.gz u-boot-imx-b64a7cb92dcf6e0047fb524c08c90d5894ba4e39.tar.bz2 |
ARM: AMx3xx: Centralize early clock initialization
This is similar to Commit 93e6253d11030 ("ARM: OMAP4/5: Centralize
early clock initialization") that was done for OMAP4+, reflecting the same
for AM33xx and AM43xx SoCs to centralize clock initialization.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Add setup_early_clocks that calls setup_clocks_for_console for
ti81xx]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/sys_proto.h b/arch/arm/include/asm/arch-am33xx/sys_proto.h index ed1a46c..4e942ba 100644 --- a/arch/arm/include/asm/arch-am33xx/sys_proto.h +++ b/arch/arm/include/asm/arch-am33xx/sys_proto.h @@ -19,6 +19,7 @@ u32 get_sysboot_value(void); extern struct ctrl_stat *cstat; u32 get_device_type(void); void save_omap_boot_params(void); +void setup_early_clocks(void); void setup_clocks_for_console(void); void mpu_pll_config_val(int mpull_m); void ddr_pll_config(unsigned int ddrpll_M); |