From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Reddy, Teerth" <teerth@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH]ZOOM2: Initialization of SDRC params on Zoom2
Date: Fri, 09 Oct 2009 09:32:51 -0700 [thread overview]
Message-ID: <87pr8wwmrw.fsf@deeprootsystems.com> (raw)
In-Reply-To: <5A47E75E594F054BAF48C5E4FC4B92AB030A3D05E3@dbde02.ent.ti.com> (Teerth Reddy's message of "Thu\, 8 Oct 2009 13\:56\:02 +0530")
"Reddy, Teerth" <teerth@ti.com> writes:
> From: Teerth Reddy <teerth@ti.com>
>
> This patch initializes the correct SDRC settings required
> for DVFS on Zoom2.
>
> Signed-off-by: Teerth Reddy <teerth@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Tony, this could get queued in -fixes too.
Thanks,
Kevin
> ---
> arch/arm/mach-omap2/board-zoom2.c | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletion(-)
>
> Index: linux-omap-2.6/arch/arm/mach-omap2/board-zoom2.c
> ===================================================================
> --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-zoom2.c
> +++ linux-omap-2.6/arch/arm/mach-omap2/board-zoom2.c
> @@ -25,6 +25,7 @@
> #include <mach/keypad.h>
>
> #include "mmc-twl4030.h"
> +#include "sdram-micron-mt46h32m32lf-6.h"
>
> /* Zoom2 has Qwerty keyboard*/
> static int board_keymap[] = {
> @@ -213,7 +214,8 @@ static void __init omap_zoom2_init_irq(v
> {
> omap_board_config = zoom2_config;
> omap_board_config_size = ARRAY_SIZE(zoom2_config);
> - omap2_init_common_hw(NULL, NULL);
> + omap2_init_common_hw(mt46h32m32lf6_sdrc_params,
> + mt46h32m32lf6_sdrc_params);
> omap_init_irq();
> omap_gpio_init();
> }
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-10-09 16:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-08 8:26 [PATCH]ZOOM2: Initialization of SDRC params on Zoom2 Reddy, Teerth
2009-10-09 16:32 ` Kevin Hilman [this message]
2009-10-09 22:44 ` [APPLIED] " Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2009-10-07 9:07 Reddy, Teerth
2009-10-07 13:30 ` Kevin Hilman
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=87pr8wwmrw.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=teerth@ti.com \
/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.