diff options
author | Colin Foster <colin.foster@in-advantage.com> | 2022-12-22 21:23:09 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-12-27 01:09:29 +0300 |
commit | 00f2a08cd785d262c760282ec027caa6ea8975d4 (patch) | |
tree | 769252c6ed5ee060c01c7d8384a3e0db65a6ee9f /Documentation/devicetree/bindings/memory-controllers | |
parent | 8e5d0c68f23ab139e472f93ebbcfda9545e9953b (diff) | |
download | linux-00f2a08cd785d262c760282ec027caa6ea8975d4.tar.xz |
dt-bindings: memory-controllers: ti,gpmc: fix typo in description
Fix typo where 'GPMC driver implements an interrupt controller' instead of
'and interrupt controller'
Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Link: https://lore.kernel.org/r/20221222182309.575069-1-colin.foster@in-advantage.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/memory-controllers')
-rw-r--r-- | Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml b/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml index 4f30173ad747..bc9406929f6c 100644 --- a/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml @@ -90,7 +90,7 @@ properties: interrupt-controller: description: | - The GPMC driver implements and interrupt controller for + The GPMC driver implements an interrupt controller for the NAND events "fifoevent" and "termcount" plus the rising/falling edges on the GPMC_WAIT pins. The interrupt number mapping is as follows |