From patchwork Sun Aug 23 13:34:53 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Santosh Shilimkar X-Patchwork-Id: 43500 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7NDdZ3a023254 for ; Sun, 23 Aug 2009 13:39:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933860AbZHWNfS (ORCPT ); Sun, 23 Aug 2009 09:35:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933786AbZHWNfR (ORCPT ); Sun, 23 Aug 2009 09:35:17 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:55718 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933803AbZHWNfH (ORCPT ); Sun, 23 Aug 2009 09:35:07 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n7NDZ0gU006865; Sun, 23 Aug 2009 08:35:06 -0500 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id n7NDYucr018738; Sun, 23 Aug 2009 19:04:57 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id n7NDYu98010692; Sun, 23 Aug 2009 19:04:56 +0530 Received: (from a0393909@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id n7NDYuR4010690; Sun, 23 Aug 2009 19:04:56 +0530 From: Santosh Shilimkar To: tony@atomide.com, khilman@deeprootsystems.com Cc: linux-omap@vger.kernel.org, Santosh Shilimkar Subject: [PATCH 3/5] ARM: OMAP2/3/4: Move SRAM map to claim more io space Date: Sun, 23 Aug 2009 19:04:53 +0530 Message-Id: <1251034495-10107-3-git-send-email-santosh.shilimkar@ti.com> X-Mailer: git-send-email 1.5.5 In-Reply-To: <1251034495-10107-2-git-send-email-santosh.shilimkar@ti.com> References: <1251034495-10107-1-git-send-email-santosh.shilimkar@ti.com> <1251034495-10107-2-git-send-email-santosh.shilimkar@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org This patch moves SRAM map to free up more kernel address io space. Signed-off-by: Santosh Shilimkar --- arch/arm/plat-omap/sram.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index ea350a0..71c0aaa 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c @@ -41,14 +41,14 @@ #define OMAP1_SRAM_VA VMALLOC_END #define OMAP2_SRAM_PA 0x40200000 #define OMAP2_SRAM_PUB_PA 0x4020f800 -#define OMAP2_SRAM_VA 0xe3000000 +#define OMAP2_SRAM_VA 0xfe400000 #define OMAP2_SRAM_PUB_VA (OMAP2_SRAM_VA + 0x800) #define OMAP3_SRAM_PA 0x40200000 -#define OMAP3_SRAM_VA 0xe3000000 +#define OMAP3_SRAM_VA 0xfe400000 #define OMAP3_SRAM_PUB_PA 0x40208000 #define OMAP3_SRAM_PUB_VA (OMAP3_SRAM_VA + 0x8000) #define OMAP4_SRAM_PA 0x40200000 /*0x402f0000*/ -#define OMAP4_SRAM_VA 0xd7000000 /*0xd70f0000*/ +#define OMAP4_SRAM_VA 0xfe400000 /*0xfe4f0000*/ #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX) #define SRAM_BOOTLOADER_SZ 0x00