diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-18 10:15:51 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:35:24 -0500 |
commit | 52b14728dd890f8a62bffce8dfece496434c2b41 (patch) | |
tree | b882891304c13e60902443d03d454bca337fa3d3 /arch/arm/mach-omap2 | |
parent | 21876ea566fedadd56453af5a1a91eb667c25422 (diff) |
CLK: TI: add omap5 clock init file
clk-54xx.c now contains the clock init functionality for omap5, including
DT clock registration and adding of static clkdev entries.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index cd22262a2cc0..3d9b3fcb1266 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -666,6 +666,7 @@ void __init omap5_init_early(void) | |||
666 | omap54xx_clockdomains_init(); | 666 | omap54xx_clockdomains_init(); |
667 | omap54xx_hwmod_init(); | 667 | omap54xx_hwmod_init(); |
668 | omap_hwmod_init_postsetup(); | 668 | omap_hwmod_init_postsetup(); |
669 | omap_clk_init = omap5xxx_dt_clk_init; | ||
669 | } | 670 | } |
670 | 671 | ||
671 | void __init omap5_init_late(void) | 672 | void __init omap5_init_late(void) |