* [PATCH] Linux OMAP: Add omap_reserve functionality
@ 2011-12-14 12:50 Alex
2012-03-05 18:07 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Alex @ 2011-12-14 12:50 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds omap_reserve functionality to board-omap3logic.c
Signed-off-by: Alex Gershgorin <alexg@meprolight.com>
---
arch/arm/mach-omap2/board-omap3logic.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c
index b44c485..6230a96 100644
--- a/arch/arm/mach-omap2/board-omap3logic.c
+++ b/arch/arm/mach-omap2/board-omap3logic.c
@@ -301,6 +301,7 @@ static void __init omap3logic_init(void)
MACHINE_START(OMAP3_TORPEDO, "Logic OMAP3 Torpedo board")
.atag_offset = 0x100,
+ .reserve = omap_reserve,
.map_io = omap3_map_io,
.init_early = omap35xx_init_early,
.init_irq = omap3_init_irq,
@@ -310,6 +311,7 @@ MACHINE_END
MACHINE_START(OMAP3530_LV_SOM, "OMAP Logic 3530 LV SOM board")
.atag_offset = 0x100,
+ .reserve = omap_reserve,
.map_io = omap3_map_io,
.init_early = omap35xx_init_early,
.init_irq = omap3_init_irq,
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] Linux OMAP: Add omap_reserve functionality
2011-12-14 12:50 [PATCH] Linux OMAP: Add omap_reserve functionality Alex
@ 2012-03-05 18:07 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-03-05 18:07 UTC (permalink / raw)
To: linux-arm-kernel
* Alex <alexg@meprolight.com> [111214 04:23]:
> This patch adds omap_reserve functionality to board-omap3logic.c
Thanks applying into board branch.
Regards,
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-05 18:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 12:50 [PATCH] Linux OMAP: Add omap_reserve functionality Alex
2012-03-05 18:07 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).