summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_pch.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2014-03-20 21:21:55 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-03-21 18:21:14 (GMT)
commit4986b4f008c45cf846dfe76a4602b4a7b027650c (patch)
tree2e758a8de5229a70cb5cb7497f86e28cc72b3b0d /drivers/ptp/ptp_pch.c
parent653104d19a7d490baeb94113151e95d8c04ef01d (diff)
downloadlinux-4986b4f008c45cf846dfe76a4602b4a7b027650c.tar.xz
ptp: drivers: set the number of programmable pins.
This patch updates the many PTP Hardware Clock drivers with the newly introduced field that advertises the number of programmable pins. Some of these devices do have programmable pins, but the implementation will have to wait for follow on patches. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp/ptp_pch.c')
-rw-r--r--drivers/ptp/ptp_pch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ptp/ptp_pch.c b/drivers/ptp/ptp_pch.c
index 71a2559..90a1063 100644
--- a/drivers/ptp/ptp_pch.c
+++ b/drivers/ptp/ptp_pch.c
@@ -514,6 +514,7 @@ static struct ptp_clock_info ptp_pch_caps = {
.name = "PCH timer",
.max_adj = 50000000,
.n_ext_ts = N_EXT_TS,
+ .n_pins = 0,
.pps = 0,
.adjfreq = ptp_pch_adjfreq,
.adjtime = ptp_pch_adjtime,