From: Andrew Lunn <andrew@xxxxxxx> Sent: Monday, May 25, 2020 9:55 PM > On Mon, May 25, 2020 at 03:09:25PM +0800, fugang.duan@xxxxxxx wrote: > > From: Fugang Duan <fugang.duan@xxxxxxx> > > > > The commit da722186f654 (net: fec: set GPR bit on suspend by DT > configuration) set the GPR reigster offset and bit in driver for wol feature. > > The cover letter gets committed as the merge commit message. So please > wrap long longs. > > > It bring trouble to enable wol feature on imx6sx/imx6ul/imx7d > > platforms that have multiple ethernet instances with different GPR bit > > for stop mode control. So the patch set is to move GPR reigster > > register > Got it, will correct the typo in v3. > > offset and bit define into DT, and enable > > imx6q/imx6dl/imx6sx/imx6ul/imx7d stop mode support. > > > > > > Currently, below NXP i.MX boards support wol: > > - imx6q/imx6dl sabresd > > - imx6sx sabreauto > > - imx7d sdb > > > > imx6q/imx6dl sarebsd board dts file miss the property "fsl,magic-packet;", > so patch#4 is to add the property for stop mode support. > > sabresd? > > Andrew Thanks, I will correct the typo in v3.