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>
#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,
},
};