Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303148
b: refs/heads/master
c: 33ee0db
h: refs/heads/master
v: v3
  • Loading branch information
Chris Lalancette authored and Tony Lindgren committed May 9, 2012
1 parent 1f5c746 commit c1217b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: def1dbbd588b5590436990cb3a480e164fc1e20f
refs/heads/master: 33ee0db53994a574b76e0261fc9a3daf71f4b0d7
5 changes: 4 additions & 1 deletion trunk/arch/arm/mach-omap2/id.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,12 @@ void __init omap4xxx_check_revision(void)
case 0xb94e:
switch (rev) {
case 0:
default:
omap_revision = OMAP4460_REV_ES1_0;
break;
case 2:
default:
omap_revision = OMAP4460_REV_ES1_1;
break;
}
break;
case 0xb975:
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-omap/include/plat/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ IS_OMAP_TYPE(3517, 0x3517)

#define OMAP446X_CLASS 0x44600044
#define OMAP4460_REV_ES1_0 (OMAP446X_CLASS | (0x10 << 8))
#define OMAP4460_REV_ES1_1 (OMAP446X_CLASS | (0x11 << 8))

#define OMAP447X_CLASS 0x44700044
#define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8))
Expand Down

0 comments on commit c1217b8

Please sign in to comment.