[U-Boot] [PATCH v2 2/7] net: phy: genphy: Allow overwriting features

2016-01-13 Thread Alexey Brodkin
From: Sascha Hauer of_set_phy_supported allows overwiting hardware capabilities of a phy with values from the devicetree. This does not work with the genphy driver though because the genphys config_init function will overwrite all values adjusted by of_set_phy_supported. Fix this by initialising

Re: [U-Boot] [PATCH v2 2/7] net: phy: genphy: Allow overwriting features

2016-01-27 Thread Joe Hershberger
On Wed, Jan 13, 2016 at 7:59 AM, Alexey Brodkin wrote: > From: Sascha Hauer > > of_set_phy_supported allows overwiting hardware capabilities of > a phy with values from the devicetree. This does not work with > the genphy driver though because the genphys config_init function > will overwrite all