From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:48:18 -0500 Subject: [U-Boot] [PATCH] ls102xa: etsec: Use proper settings for BE BDs In-Reply-To: <1439375354-14404-1-git-send-email-claudiu.manoil@freescale.com> References: <1439375354-14404-1-git-send-email-claudiu.manoil@freescale.com> Message-ID: <55E66372.1080900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/12/2015 05:29 AM, Claudiu Manoil wrote: > Replace the DMACTRL[LE] hack with recommended settings > for ETSECDMAMCR to get the same end effect - obtaining > big-endian buffer descriptors and frame data for eTSEC. > The reset / default value for ETSECDMAMCR is preserved, > excepting the BD and FR bits which are cleared to enable > the BE mode in accordance with the H/W specifications. > > Fixes: 52d00a8 "ls102xa: etsec: Add etsec support for LS102xA" > Signed-off-by: Claudiu Manoil > --- Applied to fsl-qoriq master branch. Awaiting upstream. York