aboutsummaryrefslogtreecommitdiff
path: root/include/fsl_mdio.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-30 10:06:54 -0400
committerTom Rini <trini@konsulko.com>2020-04-30 10:06:54 -0400
commitb9da77f1958aab4ec50ff2f095b40464ca2489dd (patch)
tree1414cf3b7c8d9b40b574e08b71943f4d13b614f5 /include/fsl_mdio.h
parent6864fc8704661878294d1f0f981f47e864ef470f (diff)
parent206f37547e2c0f6d9bb2c37bc51d71f87e965bae (diff)
downloadu-boot-b9da77f1958aab4ec50ff2f095b40464ca2489dd.zip
u-boot-b9da77f1958aab4ec50ff2f095b40464ca2489dd.tar.gz
u-boot-b9da77f1958aab4ec50ff2f095b40464ca2489dd.tar.bz2
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Add DM_ETH support for DPAA1, DPAA2 based RDB platforms: ls1046ardb, ls1043ardb, lx2160ardb, ls2088ardb, ls1088ardb. - Add GICv3 support for ls1028a, ls2088a, ls1088a. - Add lpuart support on ls1028aqds. - Few bug fixes and updates on ls2088a, ls1012a, ls1046a, ls1021a based platforms.
Diffstat (limited to 'include/fsl_mdio.h')
-rw-r--r--include/fsl_mdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_mdio.h b/include/fsl_mdio.h
index b87346c..8857d50 100644
--- a/include/fsl_mdio.h
+++ b/include/fsl_mdio.h
@@ -53,6 +53,7 @@ int memac_mdio_write(struct mii_dev *bus, int port_addr, int dev_addr,
int regnum, u16 value);
int memac_mdio_read(struct mii_dev *bus, int port_addr, int dev_addr,
int regnum);
+int memac_mdio_reset(struct mii_dev *bus);
struct fsl_pq_mdio_info {
struct tsec_mii_mng __iomem *regs;