All of lore.kernel.org
 help / color / mirror / Atom feed
* 2420 sDMA address mapping typo
@ 2011-03-15 16:44 Fillinger, Michael
  2011-03-15 20:32 ` Cousson, Benoit
  0 siblings, 1 reply; 5+ messages in thread
From: Fillinger, Michael @ 2011-03-15 16:44 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: Balbi, Felipe, tony@atomide.com

Hi,

There is a small issue introduced in 2.6.38 on the address space of sDMA for OMAP2420, which seems to be a mix of OMAP2 & newer OMAP addresses :

arch/arm/mach-omap2/omap_hwmod_2420_data.c

static struct omap_hwmod_addr_space omap2420_dma_system_addrs[] = {
        {
                 .pa_start   = 0x48056000,
                 .pa_end     = 0x4a0560ff,
                 .flags      = ADDR_TYPE_RT
        },
};

pa_end should be 0x480560ff unless I'm mistaken.

Regards,

Michael

Texas Instruments France SA, 821 Avenue Jack Kilby, 06270 Villeneuve Loubet. 036 420 040 R.C.S Antibes. Capital de EUR 753.920




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

end of thread, other threads:[~2011-03-15 22:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 16:44 2420 sDMA address mapping typo Fillinger, Michael
2011-03-15 20:32 ` Cousson, Benoit
2011-03-15 21:21   ` Paul Walmsley
2011-03-15 21:26     ` Cousson, Benoit
2011-03-15 22:24       ` Paul Walmsley

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.