]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commit
net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap
authorMurali Karicheri <m-karicheri2@ti.com>
Tue, 4 Jul 2017 10:53:24 +0000 (16:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jul 2017 08:23:53 +0000 (09:23 +0100)
commit371444764b9882d754d1e67dd212c932359a2293
tree481610b7bace6165ba28cfe1c54eeb9151d8133b
parent908a7733250a2ebcacfafb2ebe0f25c853ac7fdc
net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap

The data manual for DP83867IR/CR, SNLS484E[1], revised march 2017,
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)).

There are some boards which have the pin strapped this way and need
software workaround suggested by the data manual. Bit[7] of
Configuration Register 4 (address 0x0031) must be cleared to 0. This
ensures proper operation of the PHY.

Implement driver support for device-tree property meant to advertise
the wrong strapping.

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

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
[nsekhar@ti.com: rebase to mainline, code simplification]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/dp83867.c