From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Fri, 2 Sep 2016 07:55:38 -0500 Subject: [U-Boot] [PATCH v1 1/2] net: Add support for mv88e609x switches In-Reply-To: <20160826053026.29827-1-judge.packham@gmail.com> References: <20160826053026.29827-1-judge.packham@gmail.com> 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 Fri, Aug 26, 2016 at 12:30 AM, Chris Packham wrote: > The Marvell Link Street mv88e60xx is a series of FastEthernet switch > chips, some of which also support Gigabit ports. It is similar to the > mv88e61xx series which support Gigabit on all ports. > > The main difference is the number of ports. Which affects the > PORT_COUNT define and the size of the mask passed to > mv88e61xx_port_set_vlan(). > > Other than that it's just a matter of adding the appropriate chip > IDs. > > Signed-off-by: Chris Packham > Cc: Joshua Scott Acked-by: Joe Hershberger