diff options
author | Nishanth Menon <nm@ti.com> | 2012-12-28 02:09:45 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-01-02 12:07:16 -0700 |
commit | 5f2596fc720e252f37aa35827f016bae96d6e531 (patch) | |
tree | ca21e76fdbd4ec9564dff585c41c79c49e4c263c /arch | |
parent | 62bafd1a8f99196c233b9469384eae6644b1d6c3 (diff) | |
download | linux-stable-5f2596fc720e252f37aa35827f016bae96d6e531.tar.gz linux-stable-5f2596fc720e252f37aa35827f016bae96d6e531.tar.bz2 linux-stable-5f2596fc720e252f37aa35827f016bae96d6e531.zip |
ARM: OMAP4: PRM: fix RSTTIME and RSTST offsets
RSTTIME is offset 0x8 and RSTST is offset 0x04 for OMAP4430 and
OMAP4460.
Signed-off-by: Nishanth Menon <nm@ti.com>
[ivan.khoronzhuk@ti.com: ported from k3.4]
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 22b0979206ca..8ee1fbdec561 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 |