From patchwork Mon Sep 30 11:26: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: 279119 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 3A9362C0085 for ; Mon, 30 Sep 2013 21:27:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7714B4A100; Mon, 30 Sep 2013 13:27:56 +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 He4xBsBOfjXQ; Mon, 30 Sep 2013 13:27:56 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0A0DA4A10A; Mon, 30 Sep 2013 13:27:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 812554A10D for ; Mon, 30 Sep 2013 13:27:30 +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 Xf4FRdJJXQCc for ; Mon, 30 Sep 2013 13:27:25 +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.195]) by theia.denx.de (Postfix) with ESMTPS id 481494A118 for ; Mon, 30 Sep 2013 13:27:15 +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=mrus2) with ESMTP (Nemesis) id 0M7oxE-1VmgvM2fc8-00vPB6; Mon, 30 Sep 2013 07:27:12 -0400 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Mon, 30 Sep 2013 13:26:10 +0200 Message-Id: <48fec91ce78287a0a8329223094130233a5bf88e.1380539729.git.marcel@ziswiler.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: X-Provags-ID: V02:K0:PiIiVMslJrxNvA6wAQ+v7/gPR/+WHrz1zwvoTO43spi DzZp3PJHRZVIX8nHCZ7ftmKPQD2R+Cdi6q5JJIvGgA/7D1oc3z g/oUXTx1OCgFKSnJLKPLzq6OfZWCREEyCqw+qby5uHCB3MPQON +mgeYNWMEV1hzxnoj+ifVkin9h+Ui3TuRXRJo6ao83T1YIk3jJ L6vrf2YHa0muJEvt4r2CRELvfzp8pMq8XFdbk+8kjr4/eclnBp yg8rLZFVQDS7Lg5h/OxhdOUWXt24vDx0CB40z4AZv37yjOSg8m rcJrh9UXx4A3aZi9xUatQVi6ZBum1wpsjCdWTLo74cAkdoR/CR ENiB+g4MY9HD9nQrZGPtlKMVW/flWYAuwspbPWbKpCcujqdg+t LxRceeQhSXq6iyecAExMg1DpvS1HW+nR4fuYrzW8vpfm5VSDDO biCY+ODAt0/JusgaRku4BExy7Rw== Cc: Marcel Ziswiler Subject: [U-Boot] [PATCH v2 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