commit | 9acb7da14ebb55b2a9819c34a24f4ce6e99202c4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Mar 22 14:15:40 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 29 07:43:20 2017 +0200 |
tree | bea44fa04ec6e9c86c24dda3d397d28bf8d365be | |
parent | 66b11ccbb616910c593a18ba7232e30c3b13ee43 [diff] |
net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII Read the "phy-speed" DT property to differentiate between 1 and 2.5GB SGMII operations. Please note that its unclear right now, if this DT property will be accepted in mainline Linux. If not, we need to revisit this code and change it to use the accepted property. Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>