public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dan Murphy <dmurphy@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 2/2] board: ti: DRA7: Add in RGMII parameters for rev c
Date: Thu, 31 Mar 2016 07:42:40 -0500	[thread overview]
Message-ID: <1459428160-6862-2-git-send-email-dmurphy@ti.com> (raw)
In-Reply-To: <1459428160-6862-1-git-send-email-dmurphy@ti.com>

Add in the rx/tx delay as well as the fifo depth
for the dra7 evm rev c board.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 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
-- 
2.8.0.rc3

  reply	other threads:[~2016-03-31 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 12:42 [U-Boot] [RFC PATCH 1/2] net: phy: ti: Allow the driver to be more configurable Dan Murphy
2016-03-31 12:42 ` Dan Murphy [this message]
2016-03-31 13:57 ` Dan Murphy
2016-03-31 14:11 ` Tom Rini
2016-03-31 15:27   ` Dan Murphy
2016-03-31 15:42     ` Tom Rini
2016-03-31 17:43       ` Dan Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459428160-6862-2-git-send-email-dmurphy@ti.com \
    --to=dmurphy@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox