]> 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>
Wed, 27 Mar 2019 14:49:19 +0000 (15:49 +0100)
commitfea5b86e04e47e21d6d5169e98782b7cbcb325d7
tree9ece2293bf6501c6d79538bf4cfe1b6f45bbe420
parentdd625be2e7e3a21a77d488e4a3528520772840bf
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