commit | d53a74afccbf450d6f50df0dbb8bb9cf80061e7a | [log] [tgz] |
---|---|---|
author | Igal Liberman <igall@marvell.com> | Wed Apr 26 17:20:47 2017 +0300 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 29 07:45:24 2021 +0200 |
tree | 6e7dae71d8fab680ee92688a4e8449a0f99545c7 | |
parent | ffd5d2f5e3e32ade77108725f11d824e0e2a8458 [diff] |
phy: marvell: add missing speed during info prints In get_speed_string() we have an array (speed_strings[]) which includes all possible speed strings. This array size and content must be aligned to the speed defines in comphy_data.h. This patch adds missing 5.125G speed, aligns speed_strings[] and fixes incorrect printing when speed > 5.0G. Change-Id: I9900d23595094be321be0c62fcaa88036324568e Signed-off-by: Igal Liberman <igall@marvell.com>