]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Partial revert for EAC IO address changes
authorJarkko Nikula <jarkko.nikula@nokia.com>
Fri, 3 Apr 2009 05:37:03 +0000 (05:37 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 3 Apr 2009 22:12:18 +0000 (15:12 -0700)
This is partial revert for commit 3a02c1ae56a61c5249594553735ff32557e2e7ed
and only purpose is to sync these lines with mainline version and to have
common cleanup patch for both linux-omap and mainline.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/devices.c

index 3d4482c996c42e5df27a4aae26dded9d26cbb886..cb697e115776a3fd6782234c9411bf4875ebf43d 100644 (file)
@@ -370,12 +370,12 @@ static inline void omap_init_mcspi(void) {}
 
 #ifdef CONFIG_SND_OMAP24XX_EAC
 
-#define OMAP2_EAC_BASE                 (L4_24XX_BASE + 0x90000)
+#define OMAP2_EAC_BASE                 0x48090000
 
 static struct resource omap2_eac_resources[] = {
        {
                .start          = OMAP2_EAC_BASE,
-               .end            = OMAP2_EAC_BASE + 0xfff,
+               .end            = OMAP2_EAC_BASE + 0x109,
                .flags          = IORESOURCE_MEM,
        },
 };