From: Deepak Chitriki <deepak.chitriki@ti.com>
To: "Guzman Lugo, Fernando" <fernando.lugo@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
Ameya Palande <ameya.palande@nokia.com>,
"Ramirez Luna, Omar" <omar.ramirez@ti.com>,
Felipe Contreras <felipe.contreras@gmail.com>
Subject: Re: [PATCH] DSPBRIDGE: fix incorrect reset in bridge_brd_start function
Date: Thu, 20 May 2010 09:41:55 -0500 [thread overview]
Message-ID: <4BF54A33.7040909@ti.com> (raw)
In-Reply-To: <496565EC904933469F292DDA3F1663E602CB7A83DB@dlee06.ent.ti.com>
Guzman Lugo, Fernando wrote:
> From 595a54c6a886d8e707e04cbf5d0d9b6d6de7c6ec Mon Sep 17 00:00:00 2001
> From: Fernando Guzman Lugo <x0095840@ti.com>
> Date: Tue, 18 May 2010 20:14:20 -0500
> Subject: [PATCH] DSPBRIDGE: fix incorrect reset in bridge_brd_start function
>
> IVA mmu reset was not being done properly, so dsp bootaddress
> was not copied to SYSC register. Given as a result DSP was not
> booting from that address after reloading baseimage.
>
> Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com>
> ---
> drivers/dsp/bridge/core/tiomap3430.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/dsp/bridge/core/tiomap3430.c b/drivers/dsp/bridge/core/tiomap3430.c
> index c7b0d83..805e6f3 100644
> --- a/drivers/dsp/bridge/core/tiomap3430.c
> +++ b/drivers/dsp/bridge/core/tiomap3430.c
> @@ -443,7 +443,7 @@ static dsp_status bridge_brd_start(struct bridge_dev_context *hDevContext,
> /* Reset and Unreset the RST2, so that BOOTADDR is copied to
> * IVA2 SYSC register */
> (*pdata->dsp_prm_rmw_bits)(OMAP3430_RST2_IVA2,
> - OMAP3430_RST1_IVA2, OMAP3430_IVA2_MOD, RM_RSTCTRL);
> + OMAP3430_RST2_IVA2, OMAP3430_IVA2_MOD, RM_RSTCTRL);
> udelay(100);
> (*pdata->dsp_prm_rmw_bits)(OMAP3430_RST2_IVA2, 0,
> OMAP3430_IVA2_MOD, RM_RSTCTRL);
>
Tested by: Deepak chitriki<deepak.chitriki@ti.com>
next prev parent reply other threads:[~2010-05-20 14:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 1:22 [PATCH] DSPBRIDGE: fix incorrect reset in bridge_brd_start function Guzman Lugo, Fernando
2010-05-20 14:41 ` Deepak Chitriki [this message]
2010-06-11 5:22 ` Ramirez Luna, Omar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BF54A33.7040909@ti.com \
--to=deepak.chitriki@ti.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=ameya.palande@nokia.com \
--cc=felipe.contreras@gmail.com \
--cc=fernando.lugo@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=omar.ramirez@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).