From: Prabhakar Kushwaha Date: Thu, 28 May 2015 09:24:00 +0000 (+0530) Subject: armv8/ls2085qds: Update SFP TX bit as "0" to enable XFI X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d7b76e89ed68345e6ff7dd85d1b29bd9df411b0c;p=project%2Fbcm63xx%2Fu-boot.git armv8/ls2085qds: Update SFP TX bit as "0" to enable XFI FPGA BRDCFG9[SFP_TX] should be clear in order to enable XFI ports. Signed-off-by: Dai Haruki Signed-off-by: Prabhakar Kushwaha Reviewed-by: York Sun --- diff --git a/board/freescale/ls2085aqds/eth.c b/board/freescale/ls2085aqds/eth.c index f32ace2a71..1f8a31ff00 100644 --- a/board/freescale/ls2085aqds/eth.c +++ b/board/freescale/ls2085aqds/eth.c @@ -53,7 +53,7 @@ static int riser_phy_addr[] = { #define EMI1_SLOT5 4 #define EMI1_SLOT6 5 #define EMI2 6 -#define SFP_TX 1 +#define SFP_TX 0 static const char * const mdio_names[] = { "LS2085A_QDS_MDIO0",