Re: [PATCH v2 5/9] board: phytec: phycore_imx8mp: Add fec support

2021-07-04 Thread Heiko Schocher
Hello Teresa, On 02.07.21 13:19, Teresa Remmet wrote: > Enable support for the fec ethernet on phyCORE-i.MX8MP. > > Signed-off-by: Teresa Remmet > --- > board/phytec/phycore_imx8mp/phycore-imx8mp.c | 14 ++ > configs/phycore-imx8mp_defconfig | 7 +++ > include/confi

[PATCH v2 5/9] board: phytec: phycore_imx8mp: Add fec support

2021-07-02 Thread Teresa Remmet
Enable support for the fec ethernet on phyCORE-i.MX8MP. Signed-off-by: Teresa Remmet --- board/phytec/phycore_imx8mp/phycore-imx8mp.c | 14 ++ configs/phycore-imx8mp_defconfig | 7 +++ include/configs/phycore_imx8mp.h | 17 + 3 files chang