diff options
author | Colin Foster <colin.foster@in-advantage.com> | 2023-03-17 21:54:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-20 12:08:48 +0300 |
commit | fec53f44945877c8627da4d3ad70e3ac7e204f38 (patch) | |
tree | e7b4a7c4f7b8fdcc1efef03e37e5636cfb7ba231 /include/soc/mscc | |
parent | c21ff0939d1d9af1acdf0bf420f206ad3bad2c92 (diff) | |
download | linux-fec53f44945877c8627da4d3ad70e3ac7e204f38.tar.xz |
net: mscc: ocelot: expose ocelot_pll5_init routine
Ocelot chips have an internal PLL that must be used when communicating
through external phys. Expose the init routine, so it can be used by other
drivers.
Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/soc/mscc')
-rw-r--r-- | include/soc/mscc/ocelot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h index 2080879e4134..751d9b250615 100644 --- a/include/soc/mscc/ocelot.h +++ b/include/soc/mscc/ocelot.h @@ -1183,4 +1183,6 @@ ocelot_mrp_del_ring_role(struct ocelot *ocelot, int port, } #endif +void ocelot_pll5_init(struct ocelot *ocelot); + #endif |