Re: [PATCH] ARM: dts: imx6qdl-gw53xx: allow boot firmware to set eth1 MAC

2020-06-22 Thread Shawn Guo
On Thu, May 28, 2020 at 12:53:03PM -0700, Tim Harvey wrote: > The GW53xx has a PCIe based GbE as the 2nd ethernet device. The > boot firmware will populate the local-mac-address field of the > device aliased to ethernet1 thus adding the PCIe device to > dt allows boot firmware to set its MAC

[PATCH] ARM: dts: imx6qdl-gw53xx: allow boot firmware to set eth1 MAC

2020-05-28 Thread Tim Harvey
The GW53xx has a PCIe based GbE as the 2nd ethernet device. The boot firmware will populate the local-mac-address field of the device aliased to ethernet1 thus adding the PCIe device to dt allows boot firmware to set its MAC address. Signed-off-by: Tim Harvey ---