From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 21 Mar 2017 12:44:14 -0500 Subject: [U-Boot] [PATCH v1 26/41] net: mvpp2: Add MDIO support for PPv2.2 In-Reply-To: <20170321142802.24276-27-sr@denx.de> References: <20170321142802.24276-1-sr@denx.de> <20170321142802.24276-27-sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Mar 21, 2017 at 9:27 AM, Stefan Roese wrote: > In U-Boot the MDIO / SMI support is integrated in the mvpp2 driver, > currently only supporting the 32bit platforms (Armada 37x). This patch > now adds the A7k/8k PPv2.2 MDIO support to that the phy / mii IF > can be used as well on these platforms. > > Signed-off-by: Stefan Roese Acked-by: Joe Hershberger