From patchwork Tue Dec 7 12:25:34 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raghuveer Murthy X-Patchwork-Id: 382732 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB7CQZ5U026505 for ; Tue, 7 Dec 2010 12:26:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751720Ab0LGM0e (ORCPT ); Tue, 7 Dec 2010 07:26:34 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:59917 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751142Ab0LGM0d (ORCPT ); Tue, 7 Dec 2010 07:26:33 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id oB7CQU75028880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Dec 2010 06:26:33 -0600 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id oB7CQTDw022320 for ; Tue, 7 Dec 2010 17:56:30 +0530 (IST) From: Raghuveer Murthy To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP4: Pandaboad: Add omap_reserve functionality Date: Tue, 7 Dec 2010 17:55:34 +0530 Message-Id: <1291724734-25070-1-git-send-email-raghuveer.murthy@ti.com> X-Mailer: git-send-email 1.7.0.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 07 Dec 2010 12:26:35 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 1ecd0a6..ad6b5cc 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -392,6 +392,7 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") /* Maintainer: David Anders - Texas Instruments Inc */ .boot_params = 0x80000100, .map_io = omap4_panda_map_io, + .reserve = omap_reserve, .init_irq = omap4_panda_init_irq, .init_machine = omap4_panda_init, .timer = &omap_timer,