We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2d87b commit aabb2bbCopy full SHA for aabb2bb
drivers/net/ethernet/mscc/ocelot_board.c
@@ -372,13 +372,15 @@ static struct ptp_clock_info ocelot_ptp_clock_info = {
372
.max_adj = 0x7fffffff,
373
.n_alarm = 0,
374
.n_ext_ts = 0,
375
- .n_per_out = 0,
376
- .n_pins = 0,
+ .n_per_out = OCELOT_PTP_PINS_NUM,
+ .n_pins = OCELOT_PTP_PINS_NUM,
377
.pps = 0,
378
.gettime64 = ocelot_ptp_gettime64,
379
.settime64 = ocelot_ptp_settime64,
380
.adjtime = ocelot_ptp_adjtime,
381
.adjfine = ocelot_ptp_adjfine,
382
+ .verify = ocelot_ptp_verify,
383
+ .enable = ocelot_ptp_enable,
384
};
385
386
static int mscc_ocelot_probe(struct platform_device *pdev)
0 commit comments