summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@stericsson.com>2012-10-08 16:35:09 +0200
committerLinus Walleij <linus.walleij@linaro.org>2012-10-28 21:16:15 +0100
commitf64228ee23975d3703121a3d27dac488c3c813e9 (patch)
treeda422e440ad4ef069a86021894b62d3a9455a7f6 /arch
parent748a2b72655334f01aff84a67747a78f8d1c8109 (diff)
downloadlinux-f64228ee23975d3703121a3d27dac488c3c813e9.tar.bz2
ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.h
Move NMK_GPIO_PER_CHIP to gpio-nomadik.h and define it with a shift operator. Signed-off-by: Patrice Chotard <patrice.chotard@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-nomadik/include/plat/gpio-nomadik.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-nomadik/include/plat/gpio-nomadik.h b/arch/arm/plat-nomadik/include/plat/gpio-nomadik.h
index cf81111b79a6..a74999438de4 100644
--- a/arch/arm/plat-nomadik/include/plat/gpio-nomadik.h
+++ b/arch/arm/plat-nomadik/include/plat/gpio-nomadik.h
@@ -18,6 +18,9 @@
* the "gpio" namespace for generic and cross-machine functions
*/
+#define GPIO_BLOCK_SHIFT 5
+#define NMK_GPIO_PER_CHIP (1 << GPIO_BLOCK_SHIFT)
+
/* Register in the logic block */
#define NMK_GPIO_DAT 0x00
#define NMK_GPIO_DATS 0x04