diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-11-04 16:51:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-09 12:50:55 -0500 |
commit | 7334b3e47aeed5a84ccd6bbc3431a5f69651e107 (patch) | |
tree | e5c676d96668ad467bcabf9460080265382cb8c7 /drivers/net/phy/Makefile | |
parent | 9a4c803748250f34213e50f42db832c6b7aa05ea (diff) | |
download | linux-stable-7334b3e47aeed5a84ccd6bbc3431a5f69651e107.tar.gz linux-stable-7334b3e47aeed5a84ccd6bbc3431a5f69651e107.tar.bz2 linux-stable-7334b3e47aeed5a84ccd6bbc3431a5f69651e107.zip |
net: phy: Add Meson GXL Internal PHY driver
Add driver for the Internal RMII PHY found in the Amlogic Meson GXL SoCs.
This PHY seems to only implement some standard registers and need some
workarounds to provide autoneg values from vendor registers.
Some magic values are currently used to configure the PHY, and this a
temporary setup until clarification about these registers names and
registers fields are provided by Amlogic.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
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 86d12cd3fbf0..356859ac7c18 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -42,6 +42,7 @@ obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o obj-$(CONFIG_LXT_PHY) += lxt.o obj-$(CONFIG_MARVELL_PHY) += marvell.o +obj-$(CONFIG_MESON_GXL_PHY) += meson-gxl.o obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o obj-$(CONFIG_MICREL_PHY) += micrel.o obj-$(CONFIG_MICROCHIP_PHY) += microchip.o |