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 <[email protected]>
---
 arch/arm/mach-omap2/devices.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 2568b0c..0bda713 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -369,12 +369,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,
        },
 };
-- 
1.6.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to