diff options
author | Grzegorz Jaszczyk <jaz@semihalf.com> | 2019-02-01 12:08:07 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-29 07:45:24 +0200 |
commit | 76342ac5c82742f8d8fc31d974a0251d7eba012a (patch) | |
tree | 911590d4f673840160a2816be113da7df1714951 | |
parent | 80ebc63cc9296a972086b8685f3d60fcebf4b4df (diff) | |
download | u-boot-76342ac5c82742f8d8fc31d974a0251d7eba012a.zip u-boot-76342ac5c82742f8d8fc31d974a0251d7eba012a.tar.gz u-boot-76342ac5c82742f8d8fc31d974a0251d7eba012a.tar.bz2 |
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>
-rw-r--r-- | drivers/phy/marvell/comphy_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/marvell/comphy_core.h b/drivers/phy/marvell/comphy_core.h index 3ac4985..ba64491 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; |