From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 22 Jan 2015 18:39:53 -0600 Subject: [U-Boot] [PATCH v3 04/11] net/fm: Enable FMAN ports if l2switch ports are connected over SGMII In-Reply-To: <1421064519-6248-5-git-send-email-codrin.ciubotariu@freescale.com> References: <1421064519-6248-1-git-send-email-codrin.ciubotariu@freescale.com> <1421064519-6248-5-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <54C19859.9040604@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 01/12/2015 06:08 AM, Codrin Ciubotariu wrote: > If SerDes is configured to connect L2 Switch ports from T1040 > over SGMII or QSGMII, the two FMAN fixed ports (FM1 at DTSEC1 and FM2 at DTSEC2) > that are connected to two L2 swtch ports must be enabled. These > ports don't have PHYs and must be treated accordingly. > > Signed-off-by: Codrin Ciubotariu > --- > > Changes for v2: None > > Changes for v3: Removed "Change-id" line from comment; > Applied to u-boot-mpc85xx master branch, awaiting upstream. York