diff options
author | Philip Avinash <avinashphilip@ti.com> | 2013-08-18 09:19:00 +0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-09-24 10:33:34 +0400 |
commit | 9cc1515cbd2155df8530ba8438b0b5bfdff50117 (patch) | |
tree | c119d4660ab09b8d643b5fe73a6c308dd927811a /arch/arm/mach-davinci/include | |
parent | f606d38de74a2f2d43d4a57317aaa8f05809fdef (diff) | |
download | linux-9cc1515cbd2155df8530ba8438b0b5bfdff50117.tar.xz |
ARM: davinci: support gpio platform device
DaVinci GPIO driver now uses platform device model.
Add a GPIO platform register API to convert the
traditional DaVinci SoCs to use the new model.
While at it, also group related include files together
wherever that was not the case.
Signed-off-by: Philip Avinash <avinashphilip@ti.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
[nsekhar@ti.com: move function declaration to local header,
simplify commit message, merge SoC specific
portions from other patches into this patch]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/gpio-davinci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/include/mach/gpio-davinci.h b/arch/arm/mach-davinci/include/mach/gpio-davinci.h index 551ba43a763e..0d63b24cefc9 100644 --- a/arch/arm/mach-davinci/include/mach/gpio-davinci.h +++ b/arch/arm/mach-davinci/include/mach/gpio-davinci.h @@ -21,8 +21,6 @@ #include <mach/irqs.h> #include <mach/common.h> -#define DAVINCI_GPIO_BASE 0x01C67000 - enum davinci_gpio_type { GPIO_TYPE_DAVINCI = 0, GPIO_TYPE_TNETV107X, |