net: phy: meson-gxl: clean-up gxl variant driver
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 4 Apr 2019 13:11:47 +0000 (15:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Apr 2019 01:16:58 +0000 (18:16 -0700)
commitfad137c4ef073c45fe7696680a555262d48319db
tree3563d6996dbe34433606778e4cc52ef1aac00685
parent5c3407abb3382fb0621a503662d00495f7ab65c4
net: phy: meson-gxl: clean-up gxl variant driver

The purpose of this change is to align the gxl and g12a driver
declaration.

Like on the g12a variant, remove genphy_aneg_done() from the driver
declaration as the net phy framework will default to it anyway.

Also, the gxl phy id should be an exact match as well, so let's change
this and use the macro provided.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/meson-gxl.c