mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
board/ls2080qds: Fix typo in README for QSGMII riser card
DPMACx to PHY mapping for SGMII is mentioned as QSGMII. So fix typo in README for QSGMII rise card. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> [York Sun: Change from ls2085aqds to ls2080aqds] Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
99fe454171
commit
5380335e66
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Supported PHY addresses during SGMII:
|
||||||
#define XQSGMII_CARD_PHY4_PORT0_ADDR 0xc
|
#define XQSGMII_CARD_PHY4_PORT0_ADDR 0xc
|
||||||
#define XQSGMII_CARD_PHY4_PORT2_ADDR 0xe
|
#define XQSGMII_CARD_PHY4_PORT2_ADDR 0xe
|
||||||
|
|
||||||
Mapping DPMACx to PHY during QSGMII
|
Mapping DPMACx to PHY during SGMII
|
||||||
DPMAC1 -> PHY1-P0
|
DPMAC1 -> PHY1-P0
|
||||||
DPMAC2 -> PHY2-P0
|
DPMAC2 -> PHY2-P0
|
||||||
DPMAC3 -> PHY3-P0
|
DPMAC3 -> PHY3-P0
|
||||||
|
|
Loading…
Reference in a new issue