summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common/emif-common.c
diff options
context:
space:
mode:
authorSricharan <r.sricharan@ti.com>2011-11-15 14:49:58 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-15 21:25:50 (GMT)
commit2e5ba489284a28990530a5c0e86a4c361e88dbe5 (patch)
tree54cef4eea4852886dc4c233f8938de2ebd7f2e34 /arch/arm/cpu/armv7/omap-common/emif-common.c
parent508a58fa8ef0eab5c9b0b4285a73b3b91420092d (diff)
downloadu-boot-2e5ba489284a28990530a5c0e86a4c361e88dbe5.tar.xz
omap5: clocks: Add clocks support for omap5 platform.
Adding the correct configurations required for dplls, clocks, for omap5 Soc. Also changes are done to retain some part of the code common for OMAP4/5 and move only the remaining to the Soc specific directories. Signed-off-by: sricharan <r.sricharan@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/emif-common.c')
-rw-r--r--arch/arm/cpu/armv7/omap-common/emif-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/emif-common.c b/arch/arm/cpu/armv7/omap-common/emif-common.c
index 03b45c6..9d82c7c 100644
--- a/arch/arm/cpu/armv7/omap-common/emif-common.c
+++ b/arch/arm/cpu/armv7/omap-common/emif-common.c
@@ -1045,7 +1045,7 @@ static void do_sdram_init(u32 base)
&dev_details.cs1_device_timings);
/* Calculate the register values */
- emif_calculate_regs(&dev_details, omap4_ddr_clk(), &calculated_regs);
+ emif_calculate_regs(&dev_details, omap_ddr_clk(), &calculated_regs);
regs = &calculated_regs;
#endif /* CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS */