summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2019-02-01 12:08:07 +0100
committerStefan Roese <sr@denx.de>2021-04-29 07:45:24 +0200
commit76342ac5c82742f8d8fc31d974a0251d7eba012a (patch)
tree911590d4f673840160a2816be113da7df1714951 /drivers
parent80ebc63cc9296a972086b8685f3d60fcebf4b4df (diff)
phy: marvell: allow to initialize up to 6 USB ports
New products can contain up to 6 usb ports, therefore allow to initialize all relevant UTMI PHYs. Change-Id: I28c36e59fa0e3e338bb3ee0cee2240b923f39785 Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Reviewed-by: Kostya Porotchkin <Kostya.Porotchkin@cavium.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/phy/marvell/comphy_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/marvell/comphy_core.h b/drivers/phy/marvell/comphy_core.h
index 3ac4985e79..ba64491dfe 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;