From: Igal Liberman Date: Sun, 3 Dec 2017 13:13:08 +0000 (+0200) Subject: phy: marvell: enable comphy info prints for all devices X-Git-Tag: v2021.10~198^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b21e1f36d447a45a52deeeb8ed18d05e1e9a494c;p=platform%2Fkernel%2Fu-boot.git phy: marvell: enable comphy info prints for all devices Change-Id: I3b97253e7102a0868440a9e0200acc1c7919c743 Signed-off-by: Igal Liberman --- diff --git a/drivers/phy/marvell/comphy_core.c b/drivers/phy/marvell/comphy_core.c index b29decd..45dba73 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); /*