RE: [PATCH v3] board: ls1046afwry: Disable sgmii support

2020-01-26 Thread Priyanka Jain
>-Original Message- >From: Pramod Kumar >Sent: Friday, December 20, 2019 4:50 PM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Pramod Kumar > >Subject: [PATCH v3] board: ls1046afwry: Disable sgmii support > >LS1046A SoC serdes protocol 0x3040 supports bo

[PATCH v3] board: ls1046afwry: Disable sgmii support

2019-12-20 Thread Pramod Kumar
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 --- Changes in v2: - Incorporated review comment Changes in v3: - incorporated review comment for commit message