]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: DRA7: EMIF: Update SDRAM_REF_CTRL register value
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 16 Feb 2015 04:45:56 +0000 (10:15 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:19 +0000 (13:52 +0200)
commit46da4be67208ea4e8a78ae3f77b89a02805cc2ed
tree032fa5581e823389e91cdfb0a6412b805a685ec5
parent4c9631a34b0ccf48327935e177d3db760fd3a875
ARM: DRA7: EMIF: Update SDRAM_REF_CTRL register value

The value in SDRAM_REF_CTRL controls the delay time between
the initial rising edge of DDR_RESETn to rising edge of DDR_CKE
(JEDEC specs this as 500us). In order to achieve this, SDRAM_REF_CTRL
should be written with a value corresponding to 500us delay before
starting DDR initialization sequence, and configure proper
value at the end of sequence.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/cpu/armv7/omap-common/emif-common.c
arch/arm/cpu/armv7/omap5/sdram.c
arch/arm/include/asm/emif.h
board/ti/beagle_x15/board.c