All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-omap only][PATCH] ARM: OMAP: Partial revert for EAC IO address changes
@ 2009-04-03  5:37 Jarkko Nikula
  2009-04-03  5:37 ` [mainline 2.6.29][PATCH] ARM: OMAP: Remove defines and resource init for OMAP24XX EAC Jarkko Nikula
  2009-04-03 22:12 ` [APPLIED] [linux-omap only][PATCH] ARM: OMAP: Partial revert for EAC IO Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Jarkko Nikula @ 2009-04-03  5:37 UTC (permalink / raw)
  To: linux-omap; +Cc: Jarkko Nikula

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>
---
 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


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

end of thread, other threads:[~2009-04-03 23:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03  5:37 [linux-omap only][PATCH] ARM: OMAP: Partial revert for EAC IO address changes Jarkko Nikula
2009-04-03  5:37 ` [mainline 2.6.29][PATCH] ARM: OMAP: Remove defines and resource init for OMAP24XX EAC Jarkko Nikula
2009-04-03 23:42   ` [APPLIED] [mainline 2.6.29][PATCH] ARM: OMAP: Remove defines and resource Tony Lindgren
2009-04-03 22:12 ` [APPLIED] [linux-omap only][PATCH] ARM: OMAP: Partial revert for EAC IO 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.