From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 16 Dec 2015 17:04:44 +0800 Subject: [U-Boot] [PATCH] net: fm: disables unused FM1-DTSEC1 MAC node in DTS In-Reply-To: <1449195723-24472-1-git-send-email-shh.xie@gmail.com> References: <1449195723-24472-1-git-send-email-shh.xie@gmail.com> Message-ID: <5671292C.7070803@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 12/04/2015 10:22 AM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > We don't disable unused FM1-DTSEC1 MAC node in FMAN v2 since its used > for MDIO, in FMAN v3, MDIO uses dedicated controller, so we can disable > the unused FM1-DTSEC1 MAC node to avoid it's being probed in kernel. > > Signed-off-by: Shaohui Xie > --- Revised commit message. Applied to u-boot-fsl-qoriq master. Awaiting upstream. York