]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: lx2160aqds: add support for SerDes protocol 14
authorFlorin Chiculita <florinlaurentiu.chiculita@nxp.com>
Mon, 26 Aug 2019 07:48:20 +0000 (10:48 +0300)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 12 Sep 2019 10:45:42 +0000 (16:15 +0530)
Add SerDes1 protocol 14 in the list of supported protocols.
This configuration enables one high-speed 100G port and PCIe x4.

Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/lx2160a/eth_lx2160aqds.c

index 48ff495902a448268958185de2c7bcf9dc48fa54..55e8a427e65cefb3e771f01336622cad5e3fe443 100644 (file)
@@ -105,6 +105,8 @@ static const struct serdes_phy_config serdes1_phy_config[] = {
               EMI1, IO_SLOT_1},
             {WRIOP1_DPMAC2, {INPHI_PHY_ADDR1, INPHI_PHY_ADDR2, -1},
              EMI1, IO_SLOT_2} } },
+       {14, {{WRIOP1_DPMAC1, {INPHI_PHY_ADDR1, INPHI_PHY_ADDR2, -1},
+              EMI1, IO_SLOT_1} } },
        {15, {{WRIOP1_DPMAC1, {INPHI_PHY_ADDR1, INPHI_PHY_ADDR2, -1},
               EMI1, IO_SLOT_1},
             {WRIOP1_DPMAC2, {INPHI_PHY_ADDR1, INPHI_PHY_ADDR2, -1},