diff options
| author | Ashish Kumar <[email protected]> | 2017-08-31 16:37:31 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2017-09-11 08:01:05 -0700 |
| commit | 17d066fc5db1a6f137e5b3113d918e14b1bd0230 (patch) | |
| tree | 8b8cc700c9c3b1def6a7f351e3dc10de5cf8f8ea /include | |
| parent | 7769776a603f76ab1b7c1478f6cf8388b3cb5464 (diff) | |
armv8: fsl-layerscape: Support to add RGMII for ls1088aqds
This patch adds support for RGMII protocol
NXP's LDPAA2 support RGMII protocol. LS1088A is the
first Soc supporting both RGMII and SGMII.
Signed-off-by: Prabhakar Kushwaha <[email protected]>
Signed-off-by: Amrita Kumari <[email protected]>
Signed-off-by: Ashish Kumar <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fsl-mc/ldpaa_wriop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsl-mc/ldpaa_wriop.h b/include/fsl-mc/ldpaa_wriop.h index 8ae0fc071e1..0ca49564a93 100644 --- a/include/fsl-mc/ldpaa_wriop.h +++ b/include/fsl-mc/ldpaa_wriop.h @@ -69,4 +69,6 @@ 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); +void wriop_init_rgmii(void); +void wriop_init_dpmac_enet_if(int , phy_interface_t); #endif /* __LDPAA_WRIOP_H */ |
