diff options
author | Pramod Kumar | 2019-12-20 11:19:55 +0000 |
---|---|---|
committer | Priyanka Jain | 2020-01-24 14:28:26 +0530 |
commit | 054f474eaead35ff751f7323cdc5094c63c751d8 (patch) | |
tree | e7bb65056e3ea638bb3eddd7c3d4adf2df6f88e9 /board/freescale | |
parent | 282d992e1a66ecd8e8cca74e0759b7e5b6516e40 (diff) |
board: ls1046afwry: Disable sgmii support
LS1046A SoC serdes protocol 0x3040 supports both sgmi and qsgmii,
however ls1046afrwy supports only qsgmii on board.
So, disable unsupported sgmii on board.
Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/ls1046afrwy/eth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1046afrwy/eth.c b/board/freescale/ls1046afrwy/eth.c index 9f8bd928509..d38e4d7ac7c 100644 --- a/board/freescale/ls1046afrwy/eth.c +++ b/board/freescale/ls1046afrwy/eth.c @@ -53,6 +53,8 @@ int board_eth_init(bd_t *bis) fm_info_set_mdio(FM1_DTSEC10, dev); fm_info_set_mdio(FM1_DTSEC1, dev); + fm_disable_port(FM1_DTSEC9); + cpu_eth_init(bis); #endif |