diff options
author | Igal Liberman <igall@marvell.com> | 2017-12-03 15:13:08 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-29 07:45:24 +0200 |
commit | b21e1f36d447a45a52deeeb8ed18d05e1e9a494c (patch) | |
tree | 1186f3c13ee95328a9e4e545d49101745d39fff5 | |
parent | e49cdbe10b082980029b8e215842be4fbbd13f5f (diff) | |
download | u-boot-b21e1f36d447a45a52deeeb8ed18d05e1e9a494c.tar.gz |
phy: marvell: enable comphy info prints for all devices
Change-Id: I3b97253e7102a0868440a9e0200acc1c7919c743
Signed-off-by: Igal Liberman <igall@marvell.com>
-rw-r--r-- | drivers/phy/marvell/comphy_core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/phy/marvell/comphy_core.c b/drivers/phy/marvell/comphy_core.c index b29decd826..45dba73866 100644 --- a/drivers/phy/marvell/comphy_core.c +++ b/drivers/phy/marvell/comphy_core.c @@ -186,8 +186,7 @@ static int comphy_probe(struct udevice *dev) /* PHY power UP sequence */ chip_cfg->ptr_comphy_chip_init(chip_cfg, chip_cfg->comphy_map_data); /* PHY print SerDes status */ - if (of_machine_is_compatible("marvell,armada8040")) - printf("Comphy chip #%d:\n", chip_cfg->cp_index); + printf("Comphy chip #%d:\n", chip_cfg->cp_index); comphy_print(chip_cfg, chip_cfg->comphy_map_data); /* |