
22 Oct
2017
22 Oct
'17
4:36 p.m.
On 18 October 2017 at 10:02, Neil Armstrong narmstrong@baylibre.com wrote:
The Amlogic Meson GXL/GXM families embeds an internal RMII Ethernet PHY.
The PHY acts as a generic PHY but needs a slight configuration right before it's configuration.
Signed-off-by: Neil Armstrong narmstrong@baylibre.com
drivers/net/phy/Kconfig | 3 +++ drivers/net/phy/Makefile | 1 + drivers/net/phy/meson-gxl.c | 57 +++++++++++++++++++++++++++++++++++++++++++++ drivers/net/phy/phy.c | 3 +++ include/phy.h | 1 + 5 files changed, 65 insertions(+) create mode 100644 drivers/net/phy/meson-gxl.c
We really should create a uclass for PHY drivers before adding any more of these.
Regards, Simon