Skip to content

Commit 8c31055

Browse files
flavio-suligoirobherring
authored andcommitted
doc: devicetree: bindings: fix spelling mistake
Fix typo: "triger" --> "trigger" Acked-by: Guo Ren <[email protected]> Signed-off-by: Flavio Suligoi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent d0793c3 commit 8c31055

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Required properties for the top level node:
1212
Only the GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW flags are supported.
1313
- #interrupt-cells : Specifies the number of cells needed to encode an
1414
interrupt. Should be 2. The first cell defines the interrupt number,
15-
the second encodes the triger flags encoded as described in
15+
the second encodes the trigger flags encoded as described in
1616
Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
1717
- compatible:
1818
- "mediatek,mt7621-gpio" for Mediatek controllers

Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Interrupt number definition:
1010
16-31 : private irq, and we use 16 as the co-processor timer.
1111
31-1024: common irq for soc ip.
1212

13-
Interrupt triger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
13+
Interrupt trigger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
1414
IRQ_TYPE_LEVEL_HIGH (default)
1515
IRQ_TYPE_LEVEL_LOW
1616
IRQ_TYPE_EDGE_RISING

Documentation/devicetree/bindings/timer/csky,mptimer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ regs is accessed by cpu co-processor 4 registers with mtcr/mfcr.
88
- PTIM_CTLR "cr<0, 14>" Control reg to start reset timer.
99
- PTIM_TSR "cr<1, 14>" Interrupt cleanup status reg.
1010
- PTIM_CCVR "cr<3, 14>" Current counter value reg.
11-
- PTIM_LVR "cr<6, 14>" Window value reg to triger next event.
11+
- PTIM_LVR "cr<6, 14>" Window value reg to trigger next event.
1212

1313
==============================
1414
timer node bindings definition

0 commit comments

Comments
 (0)