From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 25 Jul 2018 15:14:02 -0500 Subject: [U-Boot] [PATCH 5/6] driver: net: fsl-mc: initialize dpmac irrespective of phy In-Reply-To: <20180713144036.17606-6-pankaj.bansal@nxp.com> References: <20180713144036.17606-1-pankaj.bansal@nxp.com> <20180713144036.17606-6-pankaj.bansal@nxp.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, Jul 13, 2018 at 9:40 AM, Pankaj Bansal wrote: > The dpmac initalization should not depend on phy. > As the phy is not necessary to be present for dpmac to function. > Therefore, remove dpmac initialization dependency from phy. > > Signed-off-by: Pankaj Bansal Acked-by: Joe Hershberger