mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 11:56:12 +07:00
net: mscc: ocelot: enable PTP programmable pin
Enable PTP programmable pin. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cc2d87bb83
commit
aabb2bb07c
@ -372,13 +372,15 @@ static struct ptp_clock_info ocelot_ptp_clock_info = {
|
||||
.max_adj = 0x7fffffff,
|
||||
.n_alarm = 0,
|
||||
.n_ext_ts = 0,
|
||||
.n_per_out = 0,
|
||||
.n_pins = 0,
|
||||
.n_per_out = OCELOT_PTP_PINS_NUM,
|
||||
.n_pins = OCELOT_PTP_PINS_NUM,
|
||||
.pps = 0,
|
||||
.gettime64 = ocelot_ptp_gettime64,
|
||||
.settime64 = ocelot_ptp_settime64,
|
||||
.adjtime = ocelot_ptp_adjtime,
|
||||
.adjfine = ocelot_ptp_adjfine,
|
||||
.verify = ocelot_ptp_verify,
|
||||
.enable = ocelot_ptp_enable,
|
||||
};
|
||||
|
||||
static int mscc_ocelot_probe(struct platform_device *pdev)
|
||||
|
Loading…
Reference in New Issue
Block a user