From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vince Bridgers Date: Fri, 13 Feb 2015 16:19:28 +0000 Subject: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env In-Reply-To: <54DB121E.8070800@denx.de> References: <1423493073-9462-1-git-send-email-vbridger@opensource.altera.com> <201502092018.52128.marex@denx.de> <1423517501329.58727@opensource.altera.com> <201502101951.35515.marex@denx.de> <54DAFFF6.20003@denx.de> , <54DB121E.8070800@denx.de> Message-ID: <1423844367797.57255@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de .... > No. But with your comments above (which make total sense), I tend to NAK > this ability to configure the PHY skew timings via environment variables. Understood, I'll focus on the devicetree implementation and a README to help non-expert users use the MII command for board bringup & debug purposes. Thanks for the comments and discussion! Vince