From patchwork Mon Jan 2 09:31:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 6023 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4557223E07 for ; Mon, 2 Jan 2012 09:35:40 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 303ACA181A3 for ; Mon, 2 Jan 2012 09:35:40 +0000 (UTC) Received: by eaac11 with SMTP id c11so14502165eaa.11 for ; Mon, 02 Jan 2012 01:35:40 -0800 (PST) Received: by 10.204.133.207 with SMTP id g15mr10703596bkt.17.1325496939858; Mon, 02 Jan 2012 01:35:39 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs308625bkc; Mon, 2 Jan 2012 01:35:39 -0800 (PST) Received: by 10.42.155.136 with SMTP id u8mr37352760icw.12.1325496937239; Mon, 02 Jan 2012 01:35:37 -0800 (PST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id x9si26159440ica.71.2012.01.02.01.35.36 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jan 2012 01:35:37 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by iagf6 with SMTP id f6so34115323iag.37 for ; Mon, 02 Jan 2012 01:35:36 -0800 (PST) Received: by 10.42.135.69 with SMTP id o5mr58731250ict.34.1325496936260; Mon, 02 Jan 2012 01:35:36 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id d19sm162825335ibh.8.2012.01.02.01.35.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jan 2012 01:35:35 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: sachin.kamat@linaro.org, kgene.kim@samsung.com, patches@linaro.org Subject: [PATCH] ARM: S5PV210: Add G2D to mach-s5pv210 Date: Mon, 2 Jan 2012 15:01:57 +0530 Message-Id: <1325496717-11115-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 Signed-off-by: Sachin Kamat --- arch/arm/mach-s5pv210/include/mach/map.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 89c34b8..721df50 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h @@ -80,6 +80,8 @@ #define S5PV210_PA_FB 0xF8000000 +#define S5PV210_PA_G2D 0xFA000000 + #define S5PV210_PA_MDMA 0xFA200000 #define S5PV210_PA_PDMA0 0xE0900000 #define S5PV210_PA_PDMA1 0xE0A00000 @@ -119,6 +121,7 @@ #define S5P_PA_MIPI_CSIS0 S5PV210_PA_MIPI_CSIS #define S5P_PA_MFC S5PV210_PA_MFC #define S5P_PA_IIC_HDMIPHY S5PV210_PA_IIC_HDMIPHY +#define S5P_PA_G2D S5PV210_PA_G2D #define S5P_PA_SDO S5PV210_PA_SDO #define S5P_PA_VP S5PV210_PA_VP