projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550cbea
)
ptp_qoriq: output PPS signal on FIPER2 in default
author
Yangbo Lu
<yangbo.lu@nxp.com>
Mon, 27 Apr 2020 03:39:03 +0000
(11:39 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 May 2020 03:25:37 +0000
(20:25 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/fsl/ptp_qoriq.h
patch
|
blob
|
history
diff --git
a/include/linux/fsl/ptp_qoriq.h
b/include/linux/fsl/ptp_qoriq.h
index
7588456
..
884b8f8
100644
(file)
--- 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 100000
0000
struct ptp_qoriq {
void __iomem *base;