From patchwork Fri May 14 12:06:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anand Gadiyar X-Patchwork-Id: 99590 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4EC6FI4007238 for ; Fri, 14 May 2010 12:06:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758781Ab0ENMGO (ORCPT ); Fri, 14 May 2010 08:06:14 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:59157 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756791Ab0ENMGM (ORCPT ); Fri, 14 May 2010 08:06:12 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o4EC68lU032420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 14 May 2010 07:06:11 -0500 Received: from linfarm488.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o4EC67o1014863; Fri, 14 May 2010 17:36:07 +0530 (IST) Received: from linfarm488.india.ti.com (localhost [127.0.0.1]) by linfarm488.india.ti.com (8.12.11/8.12.11) with ESMTP id o4EC67Vk016698; Fri, 14 May 2010 17:36:07 +0530 Received: (from a0393673@localhost) by linfarm488.india.ti.com (8.12.11/8.12.11/Submit) id o4EC67od016696; Fri, 14 May 2010 17:36:07 +0530 From: Anand Gadiyar To: linux-omap@vger.kernel.org Cc: Anand Gadiyar Subject: [PATCH 1/2] omap: 3630: introduce CHIP_GE_3630ES1_1 Date: Fri, 14 May 2010 17:36:06 +0530 Message-Id: <1273838767-16638-1-git-send-email-gadiyar@ti.com> X-Mailer: git-send-email 1.5.6.6 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 (demeter.kernel.org [140.211.167.41]); Fri, 14 May 2010 12:06:15 +0000 (UTC) Index: linux-omap-2.6/arch/arm/plat-omap/include/plat/cpu.h =================================================================== --- linux-omap-2.6.orig/arch/arm/plat-omap/include/plat/cpu.h +++ linux-omap-2.6/arch/arm/plat-omap/include/plat/cpu.h @@ -431,6 +431,7 @@ IS_OMAP_TYPE(3517, 0x3517) CHIP_IS_OMAP3630ES1) #define CHIP_GE_OMAP3430ES3_1 (CHIP_IS_OMAP3430ES3_1 | \ CHIP_IS_OMAP3630ES1) +#define CHIP_GE_OMAP3630ES1_1 (CHIP_IS_OMAP3630ES1_1) int omap_chip_is(struct omap_chip_id oci);