]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: phy: Add Amlogic Meson GXL Internal PHY support
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 18 Oct 2017 08:02:10 +0000 (10:02 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit8995a96d1d6760c930e37fc92fb718624f5d8fbf
treec9d5c60ce91091dfa6d5a1de484a545cd51c190d
parent50a327ded68b7e675389ad284ea3f8c62e683bda
net: phy: Add Amlogic Meson GXL Internal PHY support

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
drivers/net/phy/Makefile
drivers/net/phy/meson-gxl.c [new file with mode: 0644]
drivers/net/phy/phy.c
include/phy.h