All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2+: control: add OMAP5 support for dsp boot programming
@ 2013-04-17 21:31 Suman Anna
  2013-05-16 15:46 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Suman Anna @ 2013-04-17 21:31 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Ohad Ben-Cohen, linux-omap, Suman Anna

Support for OMAP5 is added to the omap_dsp_ctrl_write_boot_addr()
to enable the DSP boot.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/mach-omap2/control.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
index 2adb268..31e0dfe 100644
--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -249,6 +249,7 @@ void omap_ctrl_write_dsp_boot_addr(u32 bootaddr)
 	u32 offset = cpu_is_omap243x() ? OMAP243X_CONTROL_IVA2_BOOTADDR :
 		     cpu_is_omap34xx() ? OMAP343X_CONTROL_IVA2_BOOTADDR :
 		     cpu_is_omap44xx() ? OMAP4_CTRL_MODULE_CORE_DSP_BOOTADDR :
+		     soc_is_omap54xx() ? OMAP4_CTRL_MODULE_CORE_DSP_BOOTADDR :
 		     0;
 
 	if (!offset) {
-- 
1.8.2


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

* Re: [PATCH] ARM: OMAP2+: control: add OMAP5 support for dsp boot programming
  2013-04-17 21:31 [PATCH] ARM: OMAP2+: control: add OMAP5 support for dsp boot programming Suman Anna
@ 2013-05-16 15:46 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2013-05-16 15:46 UTC (permalink / raw)
  To: Suman Anna; +Cc: Ohad Ben-Cohen, linux-omap

* Suman Anna <s-anna@ti.com> [130417 14:40]:
> Support for OMAP5 is added to the omap_dsp_ctrl_write_boot_addr()
> to enable the DSP boot.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>

Thanks applying into omap-for-v3.11/fixes-non-critical.

Regards,

Tony

> ---
>  arch/arm/mach-omap2/control.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
> index 2adb268..31e0dfe 100644
> --- a/arch/arm/mach-omap2/control.c
> +++ b/arch/arm/mach-omap2/control.c
> @@ -249,6 +249,7 @@ void omap_ctrl_write_dsp_boot_addr(u32 bootaddr)
>  	u32 offset = cpu_is_omap243x() ? OMAP243X_CONTROL_IVA2_BOOTADDR :
>  		     cpu_is_omap34xx() ? OMAP343X_CONTROL_IVA2_BOOTADDR :
>  		     cpu_is_omap44xx() ? OMAP4_CTRL_MODULE_CORE_DSP_BOOTADDR :
> +		     soc_is_omap54xx() ? OMAP4_CTRL_MODULE_CORE_DSP_BOOTADDR :
>  		     0;
>  
>  	if (!offset) {
> -- 
> 1.8.2
> 

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

end of thread, other threads:[~2013-05-16 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 21:31 [PATCH] ARM: OMAP2+: control: add OMAP5 support for dsp boot programming Suman Anna
2013-05-16 15:46 ` Tony Lindgren

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.