[PATCH v3] board: ls1046afwry: Disable sgmii support

LS1046A SoC serdes protocol 0x3040 supports both sgmi and qsgmii, however ls1046afrwy supports only QSGMI on board. Disable unsupported sgmii on board.
Signed-off-by: Pramod Kumar pramod.kumar_1@nxp.com --- Changes in v2: - Incorporated review comment
Changes in v3: - incorporated review comment for commit message
board/freescale/ls1046afrwy/eth.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/board/freescale/ls1046afrwy/eth.c b/board/freescale/ls1046afrwy/eth.c index 9f8bd92..d38e4d7 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

-----Original Message----- From: Pramod Kumar pramod.kumar_1@nxp.com Sent: Friday, December 20, 2019 4:50 PM To: u-boot@lists.denx.de Cc: Priyanka Jain priyanka.jain@nxp.com; Pramod Kumar pramod.kumar_1@nxp.com Subject: [PATCH v3] board: ls1046afwry: Disable sgmii support
LS1046A SoC serdes protocol 0x3040 supports both sgmi and qsgmii, however ls1046afrwy supports only QSGMI on board. Disable unsupported sgmii on board.
Signed-off-by: Pramod Kumar pramod.kumar_1@nxp.com
Patch applied (after correcting sp mistake in description QSGMI->qsgmii) in u-boot-fsl-qoriq/master -priyankajain
participants (2)
-
Pramod Kumar
-
Priyanka Jain