ipq40xx: 5.4: fix networking PHY driver
authorRobert Marko <robert.marko@sartura.hr>
Tue, 3 Mar 2020 19:19:30 +0000 (20:19 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 16 Mar 2020 21:21:45 +0000 (22:21 +0100)
commit2b7344055bce2ac42c74e5eaa914c4adf780cf84
treeb8fed94fddb0c9a89902794df9dadc21ec9a4b58
parentf521ef5ff3110018fb8b4e6827e2a5d7f32c41f0
ipq40xx: 5.4: fix networking PHY driver

In 5.4 kernel old u32 array way of setting network features was dropped and linkmode is now the only way.
So lets migrate the PHY driver to support linkmode.
Also, now in order for gigabit to work, PHY driver needs to advertise PHY_GBIT_FEATURES instead of PHY_BASIC_FEATURES

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/ipq40xx/patches-5.4/705-net-add-qualcomm-ar40xx-phy.patch
target/linux/ipq40xx/patches-5.4/706-ar40xx-abort-probe-on-missig-phy.patch