public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jeroen Hofstee <dasuboot@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: DRA: Enable VTT regulator
Date: Mon, 28 Jul 2014 19:26:45 +0200	[thread overview]
Message-ID: <53D687D5.5040602@myspectrum.nl> (raw)
In-Reply-To: <1406520521-14482-1-git-send-email-lokeshvutla@ti.com>

Hello Lokesh,

On 28-07-14 06:08, Lokesh Vutla wrote:
> DRA7 evm REV G and later boards uses a vtt regulator for DDR3 termination
> and this is controlled by gpio7_11. Configuring gpio7_11.
> The pad A22(offset 0x3b4) is used by gpio7_11 on REV G and later boards,
> and left unused on previous boards, so enabling this gpio for all the
> boards, as it is unaffected.
>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>   arch/arm/cpu/armv7/omap-common/emif-common.c |  6 ++++++
>   arch/arm/include/asm/arch-omap5/gpio.h       | 12 ++++++++++++
>   arch/arm/include/asm/arch-omap5/sys_proto.h  |  1 +
>   board/ti/dra7xx/evm.c                        | 21 +++++++++++++++++++++
>   board/ti/dra7xx/mux_data.h                   |  1 +
>   5 files changed, 41 insertions(+)
>
> diff --git a/arch/arm/cpu/armv7/omap-common/emif-common.c b/arch/arm/cpu/armv7/omap-common/emif-common.c
> index 71c0cc8..74ebf41 100644
> --- a/arch/arm/cpu/armv7/omap-common/emif-common.c
> +++ b/arch/arm/cpu/armv7/omap-common/emif-common.c
> @@ -1307,6 +1307,10 @@ static void do_bug0039_workaround(u32 base)
>   	__raw_writel(clkctrl,  (*prcm)->cm_memif_clkstctrl);
>   }
>   
> +void __weak ddr_regulator_enable(void)
> +{
> +}
> +

ddr_regulator_enable misses a prototype (or I fail to locate it).

Regards,
Jeroen

      parent reply	other threads:[~2014-07-28 17:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-28  4:08 [U-Boot] [PATCH] ARM: DRA: Enable VTT regulator Lokesh Vutla
2014-07-28 15:11 ` Tom Rini
2014-07-28 17:26 ` Jeroen Hofstee [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=53D687D5.5040602@myspectrum.nl \
    --to=dasuboot@myspectrum.nl \
    --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