From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: DRA7xx: EMIF: Fix DLL_CALIB_CTRL register
Date: Wed, 3 Jun 2015 16:56:58 +0530 [thread overview]
Message-ID: <556EE482.2000107@ti.com> (raw)
In-Reply-To: <1433328456-26655-1-git-send-email-lokeshvutla@ti.com>
On Wednesday 03 June 2015 04:17 PM, Lokesh Vutla wrote:
> When DLL_CALIB_INTERVAL is set, an extra delay is added
> which is not required and it consumes EMIF bandwidth.
> So making the DLL_CALIB_CTRL[8:0]DLL_CALIB_INTERVAL bits to 0.
I missed updating on emif2 for beagle-x15. Ill send a v2 for this.
Thanks and regards,
Lokesh
>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
> arch/arm/cpu/armv7/omap5/sdram.c | 4 ++--
> board/ti/beagle_x15/board.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/omap5/sdram.c b/arch/arm/cpu/armv7/omap5/sdram.c
> index 3022b9e..cf4452d 100644
> --- a/arch/arm/cpu/armv7/omap5/sdram.c
> +++ b/arch/arm/cpu/armv7/omap5/sdram.c
> @@ -146,7 +146,7 @@ const struct emif_regs emif_1_regs_ddr3_532_mhz_1cs_dra_es1 = {
> .sdram_tim1 = 0xCCCF36B3,
> .sdram_tim2 = 0x308F7FDA,
> .sdram_tim3 = 0x027F88A8,
> - .read_idle_ctrl = 0x00050001,
> + .read_idle_ctrl = 0x00050000,
> .zq_config = 0x0007190B,
> .temp_alert_config = 0x00000000,
> .emif_ddr_phy_ctlr_1_init = 0x0024400B,
> @@ -171,7 +171,7 @@ const struct emif_regs emif_2_regs_ddr3_532_mhz_1cs_dra_es1 = {
> .sdram_tim1 = 0xCCCF36B3,
> .sdram_tim2 = 0x308F7FDA,
> .sdram_tim3 = 0x027F88A8,
> - .read_idle_ctrl = 0x00050001,
> + .read_idle_ctrl = 0x00050000,
> .zq_config = 0x0007190B,
> .temp_alert_config = 0x00000000,
> .emif_ddr_phy_ctlr_1_init = 0x0024400B,
> diff --git a/board/ti/beagle_x15/board.c b/board/ti/beagle_x15/board.c
> index 124a1d3..ac48607 100644
> --- a/board/ti/beagle_x15/board.c
> +++ b/board/ti/beagle_x15/board.c
> @@ -52,7 +52,7 @@ static const struct emif_regs beagle_x15_emif1_ddr3_532mhz_emif_regs = {
> .sdram_tim1 = 0xceef266b,
> .sdram_tim2 = 0x328f7fda,
> .sdram_tim3 = 0x027f88a8,
> - .read_idle_ctrl = 0x00050001,
> + .read_idle_ctrl = 0x00050000,
> .zq_config = 0x0007190b,
> .temp_alert_config = 0x00000000,
> .emif_ddr_phy_ctlr_1_init = 0x0024400b,
>
prev parent reply other threads:[~2015-06-03 11:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-03 10:47 [U-Boot] [PATCH] ARM: DRA7xx: EMIF: Fix DLL_CALIB_CTRL register Lokesh Vutla
2015-06-03 11:26 ` Lokesh Vutla [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=556EE482.2000107@ti.com \
--to=lokeshvutla@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox