commit | 89351ba4c8afae71314228003dcb0fbba809d372 | [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 | 2dbba24088b8ef06aabee5df17ff7105ff259aca [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>