]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: zynq_gem: Modify phy supported features after max-speed was set
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 27 Mar 2019 12:09:59 +0000 (17:39 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Apr 2019 09:52:02 +0000 (11:52 +0200)
commit51c019ff8cb530b96fca037dd5728cce255cb6e5
treee57ebc5496bf0a8d8331e8c6f57befcc24e69603
parentc8c5e2b84d5d928472b68a51854b727ee90295b2
net: zynq_gem: Modify phy supported features after max-speed was set

The phydev supported features were reset in phy_set_supported() so,
move the setting of driver supported features after this so that it
wont lost in phy_set_supported().

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/zynq_gem.c