mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
powerpc/t4240qds: fix XAUI card PHY address
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
9458f6d83a
commit
4e5c9261be
1 changed files with 4 additions and 4 deletions
|
|
@ -646,10 +646,10 @@ unsigned long get_board_ddr_clk(void);
|
|||
#define XFI_CARD_PORT3_PHY_ADDR 0x3
|
||||
#define XFI_CARD_PORT4_PHY_ADDR 0x4
|
||||
#define QSGMII_CARD_PHY_ADDR 0x5
|
||||
#define FM1_10GEC1_PHY_ADDR 0x6
|
||||
#define FM1_10GEC2_PHY_ADDR 0x7
|
||||
#define FM2_10GEC1_PHY_ADDR 0x8
|
||||
#define FM2_10GEC2_PHY_ADDR 0x9
|
||||
#define FM1_10GEC1_PHY_ADDR 0x0
|
||||
#define FM1_10GEC2_PHY_ADDR 0x1
|
||||
#define FM2_10GEC1_PHY_ADDR 0x2
|
||||
#define FM2_10GEC2_PHY_ADDR 0x3
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue