All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP34xx: Add padconfig offsets for GPIOs 126-129
@ 2011-04-01 20:23 Matthias Kaehlcke
  2011-04-03 11:06 ` Felipe Balbi
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Kaehlcke @ 2011-04-01 20:23 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

Add OMAP3_CONTROL_PADCONF_GPIOxxx_OFFSET constants for GPIOs 126-129

Signed-off-by: Matthias Kaehlcke <matthias@tomtom.com>
---
  arch/arm/mach-omap2/mux34xx.h |    4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/mux34xx.h b/arch/arm/mach-omap2/mux34xx.h
index 6543ebf..70d2b8d 100644
--- a/arch/arm/mach-omap2/mux34xx.h
+++ b/arch/arm/mach-omap2/mux34xx.h
@@ -393,6 +393,10 @@
  #define OMAP3_CONTROL_PADCONF_SAD2D_SWAKEUP_OFFSET		0xa1c
  #define OMAP3_CONTROL_PADCONF_JTAG_RTCK_OFFSET			0xa1e
  #define OMAP3_CONTROL_PADCONF_JTAG_TDO_OFFSET			0xa20
+#define OMAP3_CONTROL_PADCONF_GPIO127_OFFSET			0xa24
+#define OMAP3_CONTROL_PADCONF_GPIO126_OFFSET			0xa26
+#define OMAP3_CONTROL_PADCONF_GPIO128_OFFSET			0xa28
+#define OMAP3_CONTROL_PADCONF_GPIO129_OFFSET			0xa2a

  #define OMAP3_CONTROL_PADCONF_MUX_SIZE				\
  		(OMAP3_CONTROL_PADCONF_JTAG_TDO_OFFSET + 0x2)
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-03 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 20:23 [PATCH] OMAP34xx: Add padconfig offsets for GPIOs 126-129 Matthias Kaehlcke
2011-04-03 11:06 ` Felipe Balbi
2011-04-03 11:33   ` Matthias Kaehlcke
2011-04-03 18:53     ` Felipe Balbi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.