From patchwork Thu Mar 31 12:42:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Murphy X-Patchwork-Id: 604114 X-Patchwork-Delegate: trini@ti.com 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 3qbPLd3qTdz9sCj for ; Thu, 31 Mar 2016 23:43:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AA838A7710; Thu, 31 Mar 2016 14:43:03 +0200 (CEST) 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 58-9HWohMlho; Thu, 31 Mar 2016 14:43:03 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CCF52A7498; Thu, 31 Mar 2016 14:43:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E1AD8A74D6 for ; Thu, 31 Mar 2016 14:42:48 +0200 (CEST) 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 u3VGHQPnSYAX for ; Thu, 31 Mar 2016 14:42:48 +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 devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by theia.denx.de (Postfix) with ESMTPS id 749DEA7498 for ; Thu, 31 Mar 2016 14:42:44 +0200 (CEST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u2VCggDJ029428; Thu, 31 Mar 2016 07:42:42 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u2VCggl6012610; Thu, 31 Mar 2016 07:42:42 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Thu, 31 Mar 2016 07:42:42 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u2VCggRp027207; Thu, 31 Mar 2016 07:42:42 -0500 Received: from localhost (a0272616local.am.dhcp.ti.com [172.22.166.18]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id u2VCgf904971; Thu, 31 Mar 2016 07:42:41 -0500 (CDT) From: Dan Murphy To: Date: Thu, 31 Mar 2016 07:42:40 -0500 Message-ID: <1459428160-6862-2-git-send-email-dmurphy@ti.com> X-Mailer: git-send-email 2.7.2.333.g70bd996 In-Reply-To: <1459428160-6862-1-git-send-email-dmurphy@ti.com> References: <1459428160-6862-1-git-send-email-dmurphy@ti.com> MIME-Version: 1.0 Cc: edgar.iglesias@xilinx.com, trini@konsulko.com Subject: [U-Boot] [RFC PATCH 2/2] board: ti: DRA7: Add in RGMII parameters for rev c X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add in the rx/tx delay as well as the fifo depth for the dra7 evm rev c board. Signed-off-by: Dan Murphy --- include/configs/dra7xx_evm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 7734e8d..0b20b6d 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -157,6 +157,10 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_TI +#define CONFIG_RGMII_RX_ID DP83867_RGMIIDCTL_2_00_NS +#define CONFIG_RGMII_TX_ID DP83867_RGMIIDCTL_1_NS +#define CONFIG_FIFO_DEPTH DP83867_PHYCR_FIFO_DEPTH_8_B_NIB + /* SPI */ #undef CONFIG_OMAP3_SPI #define CONFIG_CMD_SF