public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: omap4: prm: Fix up swapped offset macros
@ 2011-11-07 10:06 Rajendra Nayak
  2011-11-07 13:24 ` Cousson, Benoit
  0 siblings, 1 reply; 4+ messages in thread
From: Rajendra Nayak @ 2011-11-07 10:06 UTC (permalink / raw)
  To: linux-omap; +Cc: Rajendra Nayak, Gina Glaser

The offset macros for OMAP4_RM_RSTST and OMAP4_RM_RSTTIME
are wrongly swapped up.

Thanks to Gina Glaser for identifying and reporting this.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Cc: Gina Glaser <g-glaser@ti.com>
---
 arch/arm/mach-omap2/prm44xx.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/prm44xx.h b/arch/arm/mach-omap2/prm44xx.h
index 3d66ccd..aa8593e 100644
--- a/arch/arm/mach-omap2/prm44xx.h
+++ b/arch/arm/mach-omap2/prm44xx.h
@@ -62,8 +62,8 @@
 
 /* OMAP4 specific register offsets */
 #define OMAP4_RM_RSTCTRL				0x0000
-#define OMAP4_RM_RSTTIME				0x0004
-#define OMAP4_RM_RSTST					0x0008
+#define OMAP4_RM_RSTST					0x0004
+#define OMAP4_RM_RSTTIME				0x0008
 #define OMAP4_PM_PWSTCTRL				0x0000
 #define OMAP4_PM_PWSTST					0x0004
 
-- 
1.7.1


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

end of thread, other threads:[~2011-11-08  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 10:06 [PATCH] ARM: omap4: prm: Fix up swapped offset macros Rajendra Nayak
2011-11-07 13:24 ` Cousson, Benoit
2011-11-08  6:22   ` Rajendra Nayak
2011-11-08  7:04     ` Rajendra Nayak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox