RE: [PATCH 8/8] arm: socfpga: vining: Let DWMAC configure PHY reset GPIO

2021-09-26 Thread Chee, Tien Fong
> -Original Message- > From: Marek Vasut > Sent: Tuesday, 14 September, 2021 11:26 AM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Lim, Elly Siew Chin > ; Simon Goldschmidt > ; Chee, Tien Fong > > Subject: [PATCH 8/8] arm: socfpga: vining: Let DWMAC configur

[PATCH 8/8] arm: socfpga: vining: Let DWMAC configure PHY reset GPIO

2021-09-13 Thread Marek Vasut
The DM DWMAC driver is perfectly capable of configuring the ethernet PHY reset GPIO, let the driver do it instead of doing it in the board file. Signed-off-by: Marek Vasut Cc: Siew Chin Lim Cc: Simon Goldschmidt Cc: Tien Fong Chee --- board/softing/vining_fpga/socfpga.c | 7 --- 1 file ch