public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] omap: add bits for future 3430/3630 ES revisions
@ 2009-10-20 22:26 Vikram Pandita
  2009-10-20 22:26 ` [PATCH v2 2/2] omap: 3630: update is_chip variable Vikram Pandita
  2009-10-20 23:14 ` [PATCH v2 1/2] omap: add bits for future 3430/3630 ES revisions Paul Walmsley
  0 siblings, 2 replies; 11+ messages in thread
From: Vikram Pandita @ 2009-10-20 22:26 UTC (permalink / raw)
  To: linux-omap; +Cc: r-woodruff2, Vikram Pandita, Menon, Nishanth

Add bits for future expansion of omap_chip_id type field.
This is needed to accomodate 3630ES1 chip id which is bit10

Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Signed-off-by: Menon, Nishanth <nm@ti.com>
---
 arch/arm/plat-omap/include/plat/cpu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 }
-- 
1.6.5.rc1.19.g8426


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-12-15 21:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20 22:26 [PATCH v2 1/2] omap: add bits for future 3430/3630 ES revisions Vikram Pandita
2009-10-20 22:26 ` [PATCH v2 2/2] omap: 3630: update is_chip variable Vikram Pandita
2009-10-20 23:14 ` [PATCH v2 1/2] omap: add bits for future 3430/3630 ES revisions Paul Walmsley
2009-10-21  1:07   ` Nishanth Menon
2009-10-21  1:15     ` Nishanth Menon
2009-11-02 13:12     ` Alexander Shishkin
2009-11-02 14:13       ` Nishanth Menon
2009-11-02 17:01         ` Alexander Shishkin
2009-11-02 17:49           ` Nishanth Menon
2009-12-15 21:26             ` Paul Walmsley
2009-10-21 17:48   ` Pandita, Vikram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox