From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 11 Mar 2013 14:35:51 -0400 Subject: [U-Boot] [U-Boot, 6/7] arm: dra7xx: Add board files for DRA7XX socs In-Reply-To: <1360740549-32588-7-git-send-email-lokeshvutla@ti.com> References: <1360740549-32588-7-git-send-email-lokeshvutla@ti.com> Message-ID: <20130311183551.GI27930@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Nishant Kamat > Signed-off-by: R Sricharan > Reviewed-by: Tom Rini 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: