netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ptp_qoriq: output PPS signal on FIPER2 in default
@ 2020-04-27  3:39 Yangbo Lu
  2020-04-27 13:51 ` Richard Cochran
  2020-05-01  3:25 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Yangbo Lu @ 2020-04-27  3:39 UTC (permalink / raw)
  To: netdev; +Cc: Yangbo Lu, David S . Miller, Richard Cochran, Li Yang

Output PPS signal on FIPER2 (Fixed Period Interval Pulse) in default
which is more desired by user.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
 include/linux/fsl/ptp_qoriq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/fsl/ptp_qoriq.h b/include/linux/fsl/ptp_qoriq.h
index 7588456..884b8f8 100644
--- a/include/linux/fsl/ptp_qoriq.h
+++ b/include/linux/fsl/ptp_qoriq.h
@@ -135,7 +135,7 @@ struct ptp_qoriq_registers {
 #define DEFAULT_CKSEL		1
 #define DEFAULT_TMR_PRSC	2
 #define DEFAULT_FIPER1_PERIOD	1000000000
-#define DEFAULT_FIPER2_PERIOD	100000
+#define DEFAULT_FIPER2_PERIOD	1000000000
 
 struct ptp_qoriq {
 	void __iomem *base;
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-01  3:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-27  3:39 [PATCH] ptp_qoriq: output PPS signal on FIPER2 in default Yangbo Lu
2020-04-27 13:51 ` Richard Cochran
2020-04-28  7:37   ` Y.b. Lu
2020-05-01  3:25 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).