From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [PATCH 3/3] ARM: mvebu: use qsgmii phy-mode for Armada XP GP interfaces Date: Thu, 17 Apr 2014 01:13:17 -0400 Message-ID: <20140417051317.GQ28159@titan.lakedaemon.net> References: <1397569821-5530-1-git-send-email-thomas.petazzoni@free-electrons.com> <1397569821-5530-4-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Lior Amsalem , Andrew Lunn , George Joseph , Tawfik Bayouk , netdev@vger.kernel.org, Alexander Reuter , arno@natisbad.org, Willy Tarreau , Nadav Haklai , Ezequiel Garcia , Gregory Clement , Dmitri Epshtein , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth To: Thomas Petazzoni Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:43171 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161417AbaDQFNv (ORCPT ); Thu, 17 Apr 2014 01:13:51 -0400 Content-Disposition: inline In-Reply-To: <1397569821-5530-4-git-send-email-thomas.petazzoni@free-electrons.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Apr 15, 2014 at 03:50:21PM +0200, Thomas Petazzoni wrote: > The Armada XP GP isn't using rgmii-id connections between the MAC and > PHY, but instead a single QSGMII connection, which is a quad-SGMII > connection: a double pair of differential lines that are multiplexed > to convey the traffic of four network interfaces between a MAC and a > PHY. > > Until now, the Armada XP GP was relying on the bootloader setting the > correct values in various configuration registers. With this change, > the mvneta driver can be used as a module on this platform. > > Signed-off-by: Thomas Petazzoni > --- > arch/arm/boot/dts/armada-xp-gp.dts | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied to mvebu/dt-fixes with Willy and Arnaud's Tested-by's thx, Jason.