From patchwork Mon Sep 30 11:26:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 279121 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 675972C0085 for ; Mon, 30 Sep 2013 21:28:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 18C1F4A0FF; Mon, 30 Sep 2013 13:28:18 +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 GsvHKnNBO+Fy; Mon, 30 Sep 2013 13:28:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 030AB4A11B; Mon, 30 Sep 2013 13:27:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 644884A10E for ; Mon, 30 Sep 2013 13:27:36 +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 Igic1zuVoBgU for ; Mon, 30 Sep 2013 13:27:31 +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 049DC4A11A for ; Mon, 30 Sep 2013 13:27:18 +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 0MCt7j-1VZeK20Ir5-009fxP; Mon, 30 Sep 2013 07:27:17 -0400 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Mon, 30 Sep 2013 13:26:11 +0200 Message-Id: X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: X-Provags-ID: V02:K0:J2o4kQuEL8xYIYlRHenejUgeBx7pPlMkYH3katOp9a2 q7xi1p5YsyxTRFZ/zn+bBSxp3ZldfLWysc+Xf8D4ko0M3+jJjz d9PxKzgNlTvJMDjjf6Hvjij7sIAbNtb1wNPYpUG7WWvSZJwlid y5tlRf8HdJAtU3rLyXUxZjTS6/fVZD+I+oUefk7tZMqJNGguEo NG6M//6fMVIFBN3dppRESocxOgRQv9ihDbEE9DBPyjIcll5aOv 7sAsGE+xD6CVwW18NN/gF1f9D5TyNridhq8iwWm9LUW6n0bJO6 +oiW72nlbMJCNgMt3XTECMDRaCacbR/dk6uovMBXAsdLH6K7Gp wdiQUWUaAY1vNe5BWX3wRHbq5oFcLiFgJGXG5573ya78UrDRst CLCFN01XNFGeh5zb5fSlKnyBK/vxQru/wLGJsv1mRnaz0M3EWb 65yx17ed0Gv9pzqKHmfDJSnBDmQ== Cc: Marcel Ziswiler Subject: [U-Boot] [PATCH v2 06/10] arm: vf610: add rmii clkout iomux 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 VF610_PAD_PTA6__RMII0_CLKOUT iomux definition eventually required for internal (e.g. crystal-less) Ethernet clocking. Signed-off-by: Marcel Ziswiler --- arch/arm/include/asm/arch-vf610/iomux-vf610.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-vf610/iomux-vf610.h b/arch/arm/include/asm/arch-vf610/iomux-vf610.h index 4a39eb0..e315fe4 100644 --- a/arch/arm/include/asm/arch-vf610/iomux-vf610.h +++ b/arch/arm/include/asm/arch-vf610/iomux-vf610.h @@ -22,6 +22,7 @@ enum { VF610_PAD_PTA6__RMII0_CLKIN = IOMUX_PAD(0x0000, 0x0000, 2, __NA_, 0, VF610_ENET_PAD_CTRL), + VF610_PAD_PTA6__RMII0_CLKOUT = IOMUX_PAD(0x0000, 0x0000, 1, __NA_, 0, VF610_ENET_PAD_CTRL), VF610_PAD_PTB4__UART1_TX = IOMUX_PAD(0x0068, 0x0068, 2, 0x0380, 0, VF610_UART_PAD_CTRL), VF610_PAD_PTB5__UART1_RX = IOMUX_PAD(0x006c, 0x006c, 2, 0x037c, 0, VF610_UART_PAD_CTRL), VF610_PAD_PTC1__RMII0_MDIO = IOMUX_PAD(0x00b8, 0x00b8, 1, __NA_, 0, VF610_ENET_PAD_CTRL),