diff options
author | Fernando Guzman Lugo <fernando.lugo@ti.com> | 2011-09-27 20:42:21 -0500 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2011-10-06 16:54:40 -0700 |
commit | 8cdfa614cec150754b7bcff3ed8b677e6199f1ba (patch) | |
tree | e0171851f5a21128a3708ab331f84b0b838b5e4e /arch/arm | |
parent | d142008f94ff6f8b638ee8575b31f9d08f30bd67 (diff) | |
download | kernel_samsung_tuna-8cdfa614cec150754b7bcff3ed8b677e6199f1ba.zip kernel_samsung_tuna-8cdfa614cec150754b7bcff3ed8b677e6199f1ba.tar.gz kernel_samsung_tuna-8cdfa614cec150754b7bcff3ed8b677e6199f1ba.tar.bz2 |
omap: remoteproc: update suspend flag address
PM_DATA region in Ducati side was moved, so the physical address
of the suspend flag was also changed and needs to be updated.
Change-Id: I5b608401770ee055bf427bb7dde4cfffa2ed0441
Signed-off-by: Fernando Guzman Lugo <fernando.lugo@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/remoteproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/remoteproc.c b/arch/arm/mach-omap2/remoteproc.c index 43d49eb..b8ae36f 100644 --- a/arch/arm/mach-omap2/remoteproc.c +++ b/arch/arm/mach-omap2/remoteproc.c @@ -59,7 +59,7 @@ static struct omap_rproc_pdata omap4_rproc_data[] = { .timers_cnt = ARRAY_SIZE(ipu_timers), .idle_addr = OMAP4430_CM_M3_M3_CLKCTRL, .idle_mask = OMAP4430_STBYST_MASK, - .suspend_addr = 0xb43f02d8, + .suspend_addr = 0xb3bf02d8, .suspend_mask = ~0, .sus_timeout = 5000, .sus_mbox_name = "mailbox-1", |