diff options
author | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2017-02-15 15:10:00 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-03-28 16:08:25 (GMT) |
commit | 1b7dba990f60b461fb7af92464590cc0f326ae81 (patch) | |
tree | 2a3aa5d90d2625717db6630f0d4dc77520a74da8 /include | |
parent | eea1cb77cef061392658d3a4a9b7f0ec7eb74634 (diff) | |
download | u-boot-fsl-qoriq-1b7dba990f60b461fb7af92464590cc0f326ae81.tar.xz |
arm: fsl-layerscape: Move QSGMII wriop_init to SoC file
MAC number used per QSGMII is not fixed. It may wary from SoC to SoC.
So move QSGMII wriop_init_dpmac() to SoC file.
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fsl-mc/ldpaa_wriop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl-mc/ldpaa_wriop.h b/include/fsl-mc/ldpaa_wriop.h index 6dc159d..8ae0fc0 100644 --- a/include/fsl-mc/ldpaa_wriop.h +++ b/include/fsl-mc/ldpaa_wriop.h @@ -68,4 +68,5 @@ phy_interface_t wriop_get_enet_if(int); void wriop_dpmac_disable(int); void wriop_dpmac_enable(int); phy_interface_t wriop_dpmac_enet_if(int, int); +void wriop_init_dpmac_qsgmii(int, int); #endif /* __LDPAA_WRIOP_H */ |