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/gpio | |
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/gpio')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt b/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt index ba455589f869..e1c49b660d3a 100644 --- a/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt @@ -12,7 +12,7 @@ Required properties for the top level node: Only the GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW flags are supported. - #interrupt-cells : Specifies the number of cells needed to encode an interrupt. Should be 2. The first cell defines the interrupt number, - the second encodes the triger flags encoded as described in + the second encodes the trigger flags encoded as described in Documentation/devicetree/bindings/interrupt-controller/interrupts.txt - compatible: - "mediatek,mt7621-gpio" for Mediatek controllers |