phy: marvell: allow to initialize up to 6 USB ports
authorGrzegorz Jaszczyk <jaz@semihalf.com>
Fri, 1 Feb 2019 11:08:07 +0000 (12:08 +0100)
committerStefan Roese <sr@denx.de>
Thu, 29 Apr 2021 05:45:24 +0000 (07:45 +0200)
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>
drivers/phy/marvell/comphy_core.h

index 3ac4985..ba64491 100644 (file)
@@ -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;