mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-18 12:45:25 +00:00
phy: marvell: enable comphy info prints for all devices
Change-Id: I3b97253e7102a0868440a9e0200acc1c7919c743 Signed-off-by: Igal Liberman <igall@marvell.com>
This commit is contained in:
parent
e49cdbe10b
commit
b21e1f36d4
1 changed files with 1 additions and 2 deletions
|
@ -186,7 +186,6 @@ static int comphy_probe(struct udevice *dev)
|
||||||
/* PHY power UP sequence */
|
/* PHY power UP sequence */
|
||||||
chip_cfg->ptr_comphy_chip_init(chip_cfg, chip_cfg->comphy_map_data);
|
chip_cfg->ptr_comphy_chip_init(chip_cfg, chip_cfg->comphy_map_data);
|
||||||
/* PHY print SerDes status */
|
/* 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);
|
comphy_print(chip_cfg, chip_cfg->comphy_map_data);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue