
24 Mar
2021
24 Mar
'21
3:06 p.m.
From: Grzegorz Jaszczyk jaz@semihalf.com
New products can contain up to 6 usb ports, therefore allow to initialize all relevant UTMI PHYs.
Signed-off-by: Grzegorz Jaszczyk jaz@semihalf.com Reviewed-by: Kostya Porotchkin Kostya.Porotchkin@cavium.com Signed-off-by: Stefan Roese sr@denx.de ---
drivers/phy/marvell/comphy_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/marvell/comphy_core.h b/drivers/phy/marvell/comphy_core.h index 3ac4985e7976..ba64491dfe11 100644 --- a/drivers/phy/marvell/comphy_core.h +++ b/drivers/phy/marvell/comphy_core.h @@ -18,7 +18,7 @@ #endif
#define MAX_LANE_OPTIONS 10 -#define MAX_UTMI_PHY_COUNT 3 +#define MAX_UTMI_PHY_COUNT 6
struct comphy_mux_options { u32 type;
--
2.31.0