summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2018-11-21 15:30:58 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-20 02:51:15 +0100
commitf131579d715283e6ff7ded77bcb4271e31803ad7 (patch)
treee75d8a6654b8a7bc9704c07ab4f4497475e697ac /include
parent7e4af65ed85d0e1cea4551d3f77fb473932a5566 (diff)
phy: ksz9031: Center FLP timing at 16ms
This patch centers the timing around 16ms instead of 8ms as it is in reset. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'include')
-rw-r--r--include/micrel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/micrel.h b/include/micrel.h
index 3e6b5312d8..783dc634e2 100644
--- a/include/micrel.h
+++ b/include/micrel.h
@@ -35,5 +35,6 @@ int ksz9031_phy_extended_write(struct phy_device *phydev, int devaddr,
int regnum, u16 mode, u16 val);
int ksz9031_phy_extended_read(struct phy_device *phydev, int devaddr,
int regnum, u16 mode);
+int ksz9031_center_flp_timing(struct phy_device *phydev);
#endif