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>
This commit is contained in:
Colin Foster
2023-03-17 11:54:09 -07:00
committed by David S. Miller
parent c21ff0939d
commit fec53f4494
3 changed files with 33 additions and 30 deletions

View File

@@ -1183,4 +1183,6 @@ ocelot_mrp_del_ring_role(struct ocelot *ocelot, int port,
}
#endif
void ocelot_pll5_init(struct ocelot *ocelot);
#endif