mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
powerpc/85xx: add SerDes bank 4 lanes
Only some chips have four SerDes banks, so don't define lanes for a bank that doesn't exist. Signed-off-by: Timur Tabi <timur@tabi.org> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
7d83b79c2b
commit
ca9131c056
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ static const struct {
|
|||
{ 22, 168, FSL_SRDS_BANK_3 },
|
||||
{ 23, 169, FSL_SRDS_BANK_3 },
|
||||
#endif
|
||||
#if SRDS_MAX_BANK > 3
|
||||
{ 24, 175, FSL_SRDS_BANK_4 },
|
||||
{ 25, 176, FSL_SRDS_BANK_4 },
|
||||
#endif
|
||||
};
|
||||
|
||||
int serdes_get_lane_idx(int lane)
|
||||
|
|
Loading…
Reference in a new issue