All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] TI:OMAP: [PATCH 7/7] Add 720Mhz support for Beagle Rev C4
Date: Sat, 16 Jan 2010 18:11:11 -0600	[thread overview]
Message-ID: <4B52559F.6080107@windriver.com> (raw)
In-Reply-To: <a8ca84ad1001121107u56f792adpcd8dd25ccb1f1766@mail.gmail.com>

Khasim Syed Mohammed wrote:
> From c8d47f8b064329676a0f04cff95eef05fe7f24ba Mon Sep 17 00:00:00 2001
> From: Syed Mohammed Khasim <khasim@ti.com>
> Date: Wed, 13 Jan 2010 00:26:17 +0530
> Subject: [PATCH] Add 720Mhz support for Beagle Rev C4
> 
> Use the Generic TWL and Clock APIs to get beagle
> Rev C4 running at 720Mhz
> 
> Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
> ---
>  board/ti/beagle/beagle.c |   21 +++++++++++++++++++--
>  1 files changed, 19 insertions(+), 2 deletions(-)
> 
> diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
> index 02e90b5..338a8dc 100644
> --- a/board/ti/beagle/beagle.c
> +++ b/board/ti/beagle/beagle.c
> @@ -132,8 +132,27 @@ int misc_init_r(void)
>  	struct gpio *gpio5_base = (struct gpio *)OMAP34XX_GPIO5_BASE;
>  	struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE;
> 
> +	beagle_identify();
> +
>  	twl4030_power_init();
>  	twl4030_led_init();
> +
> +	if (beagle_revision == REVISION_C4) {
> +		

ws
remove 2 tabs in the previous line
This was caught in checkpatch,  I will do a full review on the next revision

Tom

  reply	other threads:[~2010-01-17  0:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-12 19:07 [U-Boot] TI:OMAP: [PATCH 7/7] Add 720Mhz support for Beagle Rev C4 Khasim Syed Mohammed
2010-01-17  0:11 ` Tom [this message]
2010-01-18 13:50   ` Khasim Syed Mohammed
  -- strict thread matches above, loose matches on Subject: below --
2010-01-18 13:59 Khasim Syed Mohammed
2010-01-24  0:26 ` Tom
2010-01-24  8:37   ` Dirk Behme

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=4B52559F.6080107@windriver.com \
    --to=tom.rix@windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.