Re: [PATCH] arm: kirkwood: iConnect : Add Ethernet support

2022-02-10 Thread Stefan Roese
On 2/2/22 06:59, Tony Dinh wrote: - Currently, CONFIG_RESET_PHY_R symbol is used in arch/arm/mach-kirkwood/include/mach/config.h for all Kirkwood boards with mv8831116 PHY, with each board defines the function reset_phy(). Undefine it for this board. - Add board_eth_init(), CONFIG_DM_ETH, and CON

Re: [PATCH] arm: kirkwood: iConnect : Add Ethernet support

2022-02-03 Thread Stefan Roese
On 2/2/22 06:59, Tony Dinh wrote: - Currently, CONFIG_RESET_PHY_R symbol is used in arch/arm/mach-kirkwood/include/mach/config.h for all Kirkwood boards with mv8831116 PHY, with each board defines the function reset_phy(). Undefine it for this board. - Add board_eth_init(), CONFIG_DM_ETH, and CON

[PATCH] arm: kirkwood: iConnect : Add Ethernet support

2022-02-01 Thread Tony Dinh
- Currently, CONFIG_RESET_PHY_R symbol is used in arch/arm/mach-kirkwood/include/mach/config.h for all Kirkwood boards with mv8831116 PHY, with each board defines the function reset_phy(). Undefine it for this board. - Add board_eth_init(), CONFIG_DM_ETH, and CONFIG_PHY_MARVELL to bring up Ethernet