From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 14 Nov 2014 21:02:48 +0100 Subject: [U-Boot] [PATCH v2] arm: socfpga: set skew settings for ethernet phy In-Reply-To: <20141114102327.GB27135@amd> References: <1415899421-13816-1-git-send-email-dinguyen@opensource.altera.com> <20141114102327.GB27135@amd> Message-ID: <201411142102.48950.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, November 14, 2014 at 11:23:27 AM, Pavel Machek wrote: > On Thu 2014-11-13 11:23:41, dinguyen at opensource.altera.com wrote: > > From: Dinh Nguyen > > > > Set the PHY skew settings for the ethernet phy on the SOCFPGA Cyclone5 > > hardware. > > Is it to need similar settings for all ksz9021 phys? Should this go to > drivers/ as I suggested with a patch? > This is board specific, but with the driver model, this should be moved into the PHY driver and the values should be passed via platform data or DT. I will apply this now, since it fixes real issue. Best regards, Marek Vasut