diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2020-06-15 10:58:35 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-06-18 21:36:53 +0300 |
commit | 8c31055758bcd567d3c9b0507123c25249108fda (patch) | |
tree | 06497cdfa3069fe26092297053496787c979e962 /Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt | |
parent | d0793c3c61348ac222e5b3b2458cf9dd76917c34 (diff) | |
download | linux-8c31055758bcd567d3c9b0507123c25249108fda.tar.xz |
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/interrupt-controller/csky,mpintc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt b/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt index e13405355166..e6bbcae4d07f 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt @@ -10,7 +10,7 @@ Interrupt number definition: 16-31 : private irq, and we use 16 as the co-processor timer. 31-1024: common irq for soc ip. -Interrupt triger mode: (Defined in dt-bindings/interrupt-controller/irq.h) +Interrupt trigger mode: (Defined in dt-bindings/interrupt-controller/irq.h) IRQ_TYPE_LEVEL_HIGH (default) IRQ_TYPE_LEVEL_LOW IRQ_TYPE_EDGE_RISING |