diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-01 21:11:44 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-04-23 16:02:14 +0200 |
commit | e8e2f5651d5f6ea33da07421b5e8c114b26e93e2 (patch) | |
tree | d06ed4ec50c25a746a58f15929210689a6e3b917 /MAINTAINERS | |
parent | 40df14cc5cc0e7c35366eb70dc2c80dd04cc5fbe (diff) | |
download | linux-e8e2f5651d5f6ea33da07421b5e8c114b26e93e2.tar.gz linux-e8e2f5651d5f6ea33da07421b5e8c114b26e93e2.tar.bz2 linux-e8e2f5651d5f6ea33da07421b5e8c114b26e93e2.zip |
gpio: ixp4xx: Add DT bindings
This adds DT bindings for the IXP4xx GPIO controller.
Cc: devicetree@vger.kernel.org
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-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 <kaloz@openwrt.org> M: Krzysztof Halasa <khalasa@piap.pl> L: linux-arm-kernel@lists.infradead.org (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/ |