Re: [PATCH] arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model

2022-02-10 Thread Stefan Roese
On 2/9/22 03:56, Tony Dinh wrote: The Pogoplug E02 board has the network chip Marvell 88E1116R. Convert to Driver Model and use uclass mvgbe and the compatible driver M88E1118R to bring up Ethernet. - Add board_eth_init(), CONFIG_DM_ETH, and CONFIG_PHY_MARVELL to bring up Ethernet. - Currently,

Re: [PATCH] arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model

2022-02-09 Thread Stefan Roese
On 2/9/22 03:56, Tony Dinh wrote: The Pogoplug E02 board has the network chip Marvell 88E1116R. Convert to Driver Model and use uclass mvgbe and the compatible driver M88E1118R to bring up Ethernet. - Add board_eth_init(), CONFIG_DM_ETH, and CONFIG_PHY_MARVELL to bring up Ethernet. - Currently,

[PATCH] arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model

2022-02-08 Thread Tony Dinh
The Pogoplug E02 board has the network chip Marvell 88E1116R. Convert to Driver Model and use uclass mvgbe and the compatible driver M88E1118R to bring up Ethernet. - Add board_eth_init(), CONFIG_DM_ETH, and CONFIG_PHY_MARVELL to bring up Ethernet. - Currently, CONFIG_RESET_PHY_R symbol is used in