diff options
| author | Linus Walleij <[email protected]> | 2019-02-01 21:11:44 +0100 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2019-04-23 16:02:14 +0200 |
| commit | e8e2f5651d5f6ea33da07421b5e8c114b26e93e2 (patch) | |
| tree | d06ed4ec50c25a746a58f15929210689a6e3b917 | |
| parent | 40df14cc5cc0e7c35366eb70dc2c80dd04cc5fbe (diff) | |
gpio: ixp4xx: Add DT bindings
This adds DT bindings for the IXP4xx GPIO controller.
Cc: [email protected]
Reviewed-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 78f50505a313..0a8999c09764 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1690,6 +1690,7 @@ M: Imre Kaloz <[email protected]> M: Krzysztof Halasa <[email protected]> L: [email protected] (moderated for non-subscribers) S: Maintained +F: Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.txt F: Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml F: Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml F: arch/arm/mach-ixp4xx/ |