[PATCH v1 19/23] phy: marvell: allow to initialize up to 6 USB ports
Stefan Roese
sr at denx.de
Wed Mar 24 15:06:45 CET 2021
From: Grzegorz Jaszczyk <jaz at 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 at semihalf.com>
Reviewed-by: Kostya Porotchkin <Kostya.Porotchkin at cavium.com>
Signed-off-by: Stefan Roese <sr at 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
More information about the U-Boot
mailing list