
10 Apr
2017
10 Apr
'17
2:18 p.m.
Hi Fabio,
-----Original Message----- From: Fabio Estevam [mailto:festevam@gmail.com] Sent: Monday, April 10, 2017 8:04 PM To: Peng Fan peng.fan@nxp.com Cc: Stefano Babic sbabic@denx.de; U-Boot-Denx u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 6/8] imx: mx7dsabresd: reset ENET_RST_B
On Mon, Apr 10, 2017 at 8:51 AM, Peng Fan peng.fan@nxp.com wrote:
Reset ENET_RST_B to make ENET function stable. Since DM_GPIO enabled, we use "gpio_spi@0_5" which corresponds to ENET_RST_B.
This should better be handled like the kernel: the FEC driver uses the "phy- reset-gpios" property and perform the reset.
I have not switch to enable FEC DM now. when FEC DM enabled, I could drop this piece code.
Thanks, Peng.