2022-12-22 18:32:45

by Colin Foster

[permalink] [raw]
Subject: [PATCH v1] 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 <[email protected]>
---
.../devicetree/bindings/memory-controllers/ti,gpmc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml b/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml
index e188a4bf755c..b3a991f1fc78 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
--
2.25.1


2022-12-22 21:18:56

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v1] dt-bindings: memory-controllers: ti,gpmc: fix typo in description


On Thu, 22 Dec 2022 10:23:09 -0800, Colin Foster wrote:
> Fix typo where 'GPMC driver implements an interrupt controller' instead of
> 'and interrupt controller'
>
> Signed-off-by: Colin Foster <[email protected]>
> ---
> .../devicetree/bindings/memory-controllers/ti,gpmc.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!