All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 6/7] arm: dra7xx: Add board files for DRA7XX socs
Date: Mon, 11 Mar 2013 14:35:51 -0400	[thread overview]
Message-ID: <20130311183551.GI27930@bill-the-cat> (raw)
In-Reply-To: <1360740549-32588-7-git-send-email-lokeshvutla@ti.com>

On Tue, Feb 12, 2013 at 09:29:08PM -0000, Lokesh Vutla wrote:

> Adding new board files for DRA7XX socs.
> The pad registers layout is changed completely from OMAP5
> So introducing the new structure here and also adding the
> minimal data.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> Signed-off-by: Nishant Kamat <nskamat@ti.com>
> Signed-off-by: R Sricharan <r.sricharan@ti.com>
> Reviewed-by: Tom Rini <trini@ti.com>

With the following change to adapt to the omap_mmc_init changes I've
also taken into u-boot-ti/master:

diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c
index cd344da..7bbb549 100644
--- a/board/ti/dra7xx/evm.c
+++ b/board/ti/dra7xx/evm.c
@@ -96,8 +96,8 @@ void set_muxconf_regs_essential(void)
 #if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_GENERIC_MMC)
 int board_mmc_init(bd_t *bis)
 {
-	omap_mmc_init(0, 0, 0);
-	omap_mmc_init(1, 0, 0);
+	omap_mmc_init(0, 0, 0, -1, -1);
+	omap_mmc_init(1, 0, 0, -1, -1);
 	return 0;
 }
 #endif

This is now applied to u-boot-ti/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130311/c964fc73/attachment.pgp>

  parent reply	other threads:[~2013-03-11 18:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13  7:29 [U-Boot] [PATCH 0/7] arm: dra7xx: Add support for DRA7XX family Socs Lokesh Vutla
2013-02-13  7:29 ` [U-Boot] [PATCH 1/7] arm: dra7xx: Add silicon id support for DRA752 soc Lokesh Vutla
2013-02-15 16:34   ` Tom Rini
2013-02-13  7:29 ` [U-Boot] [PATCH 2/7] arm: dra7xx: clock: Add the prcm changes Lokesh Vutla
2013-02-15 16:34   ` Tom Rini
2013-02-18  9:33   ` [U-Boot] [PATCH V2 " Lokesh Vutla
2013-02-13  7:29 ` [U-Boot] [PATCH 3/7] arm: dra7xx: clock: Add the dplls data Lokesh Vutla
2013-02-15 16:34   ` Tom Rini
2013-02-13  7:29 ` [U-Boot] [PATCH 4/7] arm: dra7xx: Add control module changes Lokesh Vutla
2013-02-15 16:34   ` Tom Rini
2013-02-13  7:29 ` [U-Boot] [PATCH 5/7] arm: dra7xx: Add DDR related data for DRA752 ES1.0 Lokesh Vutla
2013-02-15 16:36   ` Tom Rini
2013-02-13  7:29 ` [U-Boot] [PATCH 6/7] arm: dra7xx: Add board files for DRA7XX socs Lokesh Vutla
2013-02-15 16:36   ` Tom Rini
2013-03-11 18:35   ` Tom Rini [this message]
2013-03-12  3:42     ` [U-Boot] [U-Boot, " Lokesh Vutla
2013-03-12  3:47     ` Sricharan R
2013-02-13  7:29 ` [U-Boot] [PATCH 7/7] arm: dra7xx: Add dra7xx_evm build support Lokesh Vutla
2013-02-15 16:36   ` Tom Rini
2013-02-18  4:14     ` Lokesh Vutla
2013-02-18  9:34   ` [U-Boot] [PATCH V2 " Lokesh Vutla

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=20130311183551.GI27930@bill-the-cat \
    --to=trini@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 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.