File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Documentation/devicetree/bindings Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Required properties for the top level node:
12
12
Only the GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW flags are supported.
13
13
- #interrupt-cells : Specifies the number of cells needed to encode an
14
14
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
16
16
Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
17
17
- compatible:
18
18
- "mediatek,mt7621-gpio" for Mediatek controllers
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Interrupt number definition:
10
10
16-31 : private irq, and we use 16 as the co-processor timer.
11
11
31-1024: common irq for soc ip.
12
12
13
- Interrupt triger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
13
+ Interrupt trigger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
14
14
IRQ_TYPE_LEVEL_HIGH (default)
15
15
IRQ_TYPE_LEVEL_LOW
16
16
IRQ_TYPE_EDGE_RISING
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ regs is accessed by cpu co-processor 4 registers with mtcr/mfcr.
8
8
- PTIM_CTLR "cr<0, 14>" Control reg to start reset timer.
9
9
- PTIM_TSR "cr<1, 14>" Interrupt cleanup status reg.
10
10
- 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.
12
12
13
13
==============================
14
14
timer node bindings definition
You can’t perform that action at this time.
0 commit comments