diff options
author | Bogdan Purcareata <bogdan.purcareata@nxp.com> | 2017-05-29 09:11:30 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-30 12:42:27 -0400 |
commit | 15b9e5330f94ccd8202a3eacc79b5d27da82e1c6 (patch) | |
tree | ac359925f05c9c2cb5a3617c71344da7376d0253 /drivers/net/phy/Makefile | |
parent | eb67e07ac63ca362d421bc44766140d9e008914d (diff) | |
download | op-kernel-dev-15b9e5330f94ccd8202a3eacc79b5d27da82e1c6.zip op-kernel-dev-15b9e5330f94ccd8202a3eacc79b5d27da82e1c6.tar.gz |
net: phy: Add Cortina CS4340 driver
Add basic support for Cortina PHY drivers. Support only CS4340 for now.
The phys are not compatible with IEEE 802.3 clause 22/45 registers.
Implement proper read_status support. The generic 10G phy driver causes
bus register access errors.
The driver should be described using the "ethernet-phy-id" device tree
compatible.
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index e36db9a..e2fde09 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -46,6 +46,7 @@ obj-$(CONFIG_BCM_CYGNUS_PHY) += bcm-cygnus.o obj-$(CONFIG_BCM_NET_PHYLIB) += bcm-phy-lib.o obj-$(CONFIG_BROADCOM_PHY) += broadcom.o obj-$(CONFIG_CICADA_PHY) += cicada.o +obj-$(CONFIG_CORTINA_PHY) += cortina.o obj-$(CONFIG_DAVICOM_PHY) += davicom.o obj-$(CONFIG_DP83640_PHY) += dp83640.o obj-$(CONFIG_DP83848_PHY) += dp83848.o |