gpio: davinci: reuse for keystone soc
authorGrygorii Strashko <grygorii.strashko@ti.com>
Thu, 13 Feb 2014 15:58:45 +0000 (17:58 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Mar 2014 09:20:04 +0000 (17:20 +0800)
The similar GPIO HW block is used by keystone SoCs as
in Davinci SoCs.
Hence, reuse Davinci GPIO driver for Keystone taking into
account that Keystone contains ARM GIC IRQ controller which
is implemented using IRQ Chip.

Documentation:
http://www.ti.com/lit/ug/sprugv1/sprugv1.pdf

Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/gpio-davinci.txt
drivers/gpio/gpio-davinci.c

index a2e839d..4ce9862 100644 (file)
@@ -1,7 +1,7 @@
-Davinci GPIO controller bindings
+Davinci/Keystone GPIO controller bindings
 
 Required Properties:
-- compatible: should be "ti,dm6441-gpio"
+- compatible: should be "ti,dm6441-gpio", "ti,keystone-gpio"
 
 - reg: Physical base address of the controller and the size of memory mapped
        registers.
Simple merge