diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2020-06-15 09:58:35 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-06-18 20:36:53 +0200 |
commit | 8c31055758bcd567d3c9b0507123c25249108fda (patch) | |
tree | 06497cdfa3069fe26092297053496787c979e962 /Documentation/devicetree/bindings/timer | |
parent | docs: dt: minor adjustments at writing-schema.rst (diff) | |
download | linux-8c31055758bcd567d3c9b0507123c25249108fda.tar.xz linux-8c31055758bcd567d3c9b0507123c25249108fda.zip |
doc: devicetree: bindings: fix spelling mistake
Fix typo: "triger" --> "trigger"
Acked-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/20200615075835.15202-1-f.suligoi@asem.it
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/timer')
-rw-r--r-- | Documentation/devicetree/bindings/timer/csky,mptimer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/csky,mptimer.txt b/Documentation/devicetree/bindings/timer/csky,mptimer.txt index 15cfec08fbb8..f5c7e99cf52b 100644 --- a/Documentation/devicetree/bindings/timer/csky,mptimer.txt +++ b/Documentation/devicetree/bindings/timer/csky,mptimer.txt @@ -8,7 +8,7 @@ regs is accessed by cpu co-processor 4 registers with mtcr/mfcr. - PTIM_CTLR "cr<0, 14>" Control reg to start reset timer. - PTIM_TSR "cr<1, 14>" Interrupt cleanup status reg. - PTIM_CCVR "cr<3, 14>" Current counter value reg. - - PTIM_LVR "cr<6, 14>" Window value reg to triger next event. + - PTIM_LVR "cr<6, 14>" Window value reg to trigger next event. ============================== timer node bindings definition |