mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
80ebc63cc9
commit
76342ac5c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue