From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:33:47 -0800 Subject: [U-Boot] [PATCH] driver: net: ldpaa: Update the lane number to DPMAC mapping In-Reply-To: <1448430873-10070-1-git-send-email-prabhakar@freescale.com> References: <1448430873-10070-1-git-send-email-prabhakar@freescale.com> Message-ID: <565C887B.2010600@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 11/24/2015 09:54 PM, Prabhakar Kushwaha wrote: > As of patch "http://patchwork.ozlabs.org/patch/539748/", serdes_init() is > passing correct DPMAC id. > > So Update the lane to DPMAC mapping. > > Signed-off-by: Prabhakar Kushwaha > --- > drivers/net/ldpaa_eth/ldpaa_wriop.c | 17 ++++++++--------- > 1 file changed, 8 insertions(+), 9 deletions(-) Squashed with patch "armv8: lsch3: Fix lane protocol parsing logic" http://patchwork.ozlabs.org/patch/539748/ York