From patchwork Tue Oct 20 22:26:25 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: vikram pandita X-Patchwork-Id: 55017 X-Patchwork-Delegate: paul@pwsan.com 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 n9KMSdcp019028 for ; Tue, 20 Oct 2009 22:28:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751907AbZJTW2e (ORCPT ); Tue, 20 Oct 2009 18:28:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752038AbZJTW2e (ORCPT ); Tue, 20 Oct 2009 18:28:34 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:35388 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601AbZJTW2d (ORCPT ); Tue, 20 Oct 2009 18:28:33 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id n9KMScHQ018022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Oct 2009 17:28:38 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id n9KMSZqP001918; Tue, 20 Oct 2009 17:28:35 -0500 (CDT) Received: from vip-tid (lta0307903-128247075087.am.dhcp.ti.com [128.247.75.87]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id n9KMSZZ12559; Tue, 20 Oct 2009 17:28:35 -0500 (CDT) Received: from vip-tid (localhost.localdomain [127.0.0.1]) by vip-tid (Postfix) with ESMTP id 1AE1F29C925; Tue, 20 Oct 2009 17:26:32 -0500 (CDT) Received: (from vikram@localhost) by vip-tid (8.14.3/8.14.3/Submit) id n9KMQUbe011956; Tue, 20 Oct 2009 17:26:30 -0500 X-Authentication-Warning: vip-tid: vikram set sender to vikram.pandita@ti.com using -f From: Vikram Pandita To: linux-omap@vger.kernel.org Cc: r-woodruff2@ti.com, Vikram Pandita , "Menon, Nishanth" Subject: [PATCH v2 1/2] omap: add bits for future 3430/3630 ES revisions Date: Tue, 20 Oct 2009 17:26:25 -0500 Message-Id: <1256077586-11636-1-git-send-email-vikram.pandita@ti.com> X-Mailer: git-send-email 1.6.5.rc1.19.g8426 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h index 7cb0556..922bf1c 100644 --- a/arch/arm/plat-omap/include/plat/cpu.h +++ b/arch/arm/plat-omap/include/plat/cpu.h @@ -45,7 +45,7 @@ int omap_type(void); struct omap_chip_id { u8 oc; - u8 type; + u32 type; }; #define OMAP_CHIP_INIT(x) { .oc = x }