Re: [PATCH] imx: imx8mm/imx8mn_beacon: Remove redundant code

2022-03-20 Thread Peng Fan (OSS)
On 2022/2/23 21:50, Adam Ford wrote: The Ethernet controller and PHY use the device tree info to configure themselves, so it's not necessary to manually do it in the board file. This permits the removal of a bunch of headers as well. Signed-off-by: Adam Ford Acked-by: Peng Fan diff --

Re: [PATCH] imx: imx8mm/imx8mn_beacon: Remove redundant code

2022-02-26 Thread Fabio Estevam
Hi Adam, On Wed, Feb 23, 2022 at 10:51 AM Adam Ford wrote: > > The Ethernet controller and PHY use the device tree info to > configure themselves, so it's not necessary to manually do it > in the board file. This permits the removal of a bunch of headers > as well. > > Signed-off-by: Adam Ford