diff mbox

[v2,1/2] omap: add bits for future 3430/3630 ES revisions

Message ID 1256077586-11636-1-git-send-email-vikram.pandita@ti.com (mailing list archive)
State Accepted, archived
Delegated to: Paul Walmsley
Headers show

Commit Message

vikram pandita Oct. 20, 2009, 10:26 p.m. UTC
None
diff mbox

Patch

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 }