mbox series

[U-Boot,0/2] net: phy: ti: dp83867: add w/a for RX_CTRL pin strap and use ofnode API

Message ID 20180628192635.28276-1-grygorii.strashko@ti.com
Headers show
Series net: phy: ti: dp83867: add w/a for RX_CTRL pin strap and use ofnode API | expand

Message

Grygorii Strashko June 28, 2018, 7:26 p.m. UTC
This series adds
- workaround for incorrect RX_CTRL pin strap as per revised
data manual for DP83867IR/CR (SNLS484E[1], revised march 2017) which
advises that strapping RX_DV/RX_CTRL pin in mode 1 and 2 is not
supported (see note below Table 5 (4-Level Strap Pins)).

- does simple conversation of dp83867 to use ofnode API.

[1] http://www.ti.com/lit/ds/snls484e/snls484e.pdf

Grygorii Strashko (1):
  net: phy: dp83867: switch to use ofnode api

Murali Karicheri (1):
  net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap

 drivers/net/phy/ti.c | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)