From patchwork Tue Sep 17 10:45:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 275429 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id EAF672C00D6 for ; Tue, 17 Sep 2013 20:52:37 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11C1F4A0B6; Tue, 17 Sep 2013 12:52:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2VmKdd0CdBgG; Tue, 17 Sep 2013 12:52:27 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F1234A0F1; Tue, 17 Sep 2013 12:52:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB1B64A0C9 for ; Tue, 17 Sep 2013 12:52:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P5t2NaWKIyyd for ; Tue, 17 Sep 2013 12:52:04 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by theia.denx.de (Postfix) with ESMTPS id 0F62D4A0B9 for ; Tue, 17 Sep 2013 12:51:42 +0200 (CEST) Received: from sumo-PORTEGE-R700.toradex.int (46-140-72-82.static.cablecom.ch [46.140.72.82]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0Lwb9b-1VzN2s3hl9-018I2F; Tue, 17 Sep 2013 06:46:37 -0400 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Tue, 17 Sep 2013 12:45:10 +0200 Message-Id: X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: X-Provags-ID: V02:K0:MqRBY3UGej/V7oSZmdKJLqKkTklP0j7icrJbZLCaVXd zUdOARpKWVRFzONAWzXBJYx1ABhcgx85DfM0H5wa3uukqQ1NvD l6vvZKB0jM08mLe50R8PqWV98VUpJ31UkBPMycGrtkKvcsFOGq 2Y+ka5QgsVw1gagPGyGDfMwTmfUazaALHHVgkk/0WsLp3FCb6o OuOTnvUP31XHUktkw+/NvFGgT+l91qHX1sgVUKuKkGMdMTZ2uK oSIJr69ymPgeDBAyM/qYF0rrr49HCFstBtH6YsGOYwvrqihC/1 5eoWR6CojlbLv844HDihCpv6uJr2meKZFojrFwWWYmJ2Vv750v JAW1UYXGhS8Dmi/idZ+QqQWnzNSABr3splGdFtE6dSNz/gzlPm orpzw4FRMEA73zg63ximuxSLECN9VHwOPTKqQheGiX0MPMIeaq ucgeAcpq+6TD2RYrgiYF6gDh3rg== Cc: Marcel Ziswiler Subject: [U-Boot] [PATCH 05/10] arm: vf610: add enet1 base address definition X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Add secondary Ethernet MAC RMII1 base address definition in preparation of potential secondary only board configurations. Signed-off-by: Marcel Ziswiler --- arch/arm/include/asm/arch-vf610/imx-regs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-vf610/imx-regs.h b/arch/arm/include/asm/arch-vf610/imx-regs.h index b8c877f..c2f9761 100644 --- a/arch/arm/include/asm/arch-vf610/imx-regs.h +++ b/arch/arm/include/asm/arch-vf610/imx-regs.h @@ -85,6 +85,7 @@ #define ESDHC0_BASE_ADDR (AIPS1_BASE_ADDR + 0x00031000) #define ESDHC1_BASE_ADDR (AIPS1_BASE_ADDR + 0x00032000) #define ENET_BASE_ADDR (AIPS1_BASE_ADDR + 0x00050000) +#define ENET1_BASE_ADDR (AIPS1_BASE_ADDR + 0x00051000) /* MUX mode and PAD ctrl are in one register */ #define CONFIG_IOMUX_SHARE_CONF_REG