commit | 449f071307dd7d967b83ac001267130514a90a0b | [log] [tgz] |
---|---|---|
author | Igal Liberman <igall@marvell.com> | Tue Aug 22 11:14:22 2017 +0300 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 29 07:45:24 2021 +0200 |
tree | 3c1e9349b32f6446418ee27ab67f40df5ed08113 | |
parent | 32af216b8d9f15945c1330db6b3a1714a086743b [diff] |
phy: marvell: fix several minor bugs in comphy_probe If fdtdec_get_int can't find speed, set COMPHY_SPEED_INVALID If fdtdec_get_int can't find type, set COMPHY_TYPE_INVALID Move the error print if phy-type is invalid Add continue to the probe loop (in a case of invalid phy) Cosmetic changes Change-Id: I0c61b40bfe685437426fe907942ed338b7845378 Signed-off-by: Igal Liberman <igall@marvell.com>