diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-01 19:12:58 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-04-23 16:02:14 +0200 |
commit | 7c23b0e1d4d32f1d1a96730ff1abb8b6cc681cfc (patch) | |
tree | 007801c409b63bd893cf92346593e048ce09e0f3 /MAINTAINERS | |
parent | f1497f3d06ad305aa3a8b3ff6b161b5eace89d0e (diff) | |
download | linux-stable-7c23b0e1d4d32f1d1a96730ff1abb8b6cc681cfc.tar.gz linux-stable-7c23b0e1d4d32f1d1a96730ff1abb8b6cc681cfc.tar.bz2 linux-stable-7c23b0e1d4d32f1d1a96730ff1abb8b6cc681cfc.zip |
clocksource/drivers/ixp4xx: Add DT bindings
This adds device tree bindings for the Intel IXP4xx
timers.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: devicetree@vger.kernel.org
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 ad05704fbd68..78f50505a313 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1691,6 +1691,7 @@ M: Krzysztof Halasa <khalasa@piap.pl> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml +F: Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml F: arch/arm/mach-ixp4xx/ F: drivers/clocksource/timer-ixp4xx.c F: drivers/gpio/gpio-ixp4xx.c |