diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2015-11-05 09:42:31 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-11-30 09:11:12 -0800 |
commit | 5380335e66e7d731bd417f0fe6fcee68750b0245 (patch) | |
tree | 5e95715b2707d59c311bf82695936b3d2f01fefd /board/freescale | |
parent | 99fe454171a22547b407429b2b4455f574a9a214 (diff) |
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>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/ls2080aqds/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls2080aqds/README b/board/freescale/ls2080aqds/README index a4abb7e8ae9..375e97c9b03 100644 --- a/board/freescale/ls2080aqds/README +++ b/board/freescale/ls2080aqds/README @@ -172,7 +172,7 @@ Supported PHY addresses during SGMII: #define XQSGMII_CARD_PHY4_PORT0_ADDR 0xc #define XQSGMII_CARD_PHY4_PORT2_ADDR 0xe -Mapping DPMACx to PHY during QSGMII +Mapping DPMACx to PHY during SGMII DPMAC1 -> PHY1-P0 DPMAC2 -> PHY2-P0 DPMAC3 -> PHY3-P0 |