Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311005
b: refs/heads/master
c: 1ce0299
h: refs/heads/master
i:
  311003: 8bda9a8
v: v3
  • Loading branch information
Mark A. Greer authored and Kevin Hilman committed May 11, 2012
1 parent b727edd commit 77bd1fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99b59df04899a048d1a3ed8bc2b1263779816868
refs/heads/master: 1ce029968718477149e7f1fb245a8e82c690cc4a
11 changes: 11 additions & 0 deletions trunk/arch/arm/mach-omap2/id.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,17 @@ void __init omap3xxx_check_features(void)

omap_features |= OMAP3_HAS_SDRC;

/*
* am35x fixups:
* - The am35x Chip ID register has bits 12, 7:5, and 3:2 marked as
* reserved and therefore return 0 when read. Unfortunately,
* OMAP3_CHECK_FEATURE() will interpret some of those zeroes to
* mean that a feature is present even though it isn't so clear
* the incorrectly set feature bits.
*/
if (soc_is_am35xx())
omap_features &= ~(OMAP3_HAS_IVA | OMAP3_HAS_ISP);

/*
* TODO: Get additional info (where applicable)
* e.g. Size of L2 cache.
Expand Down

0 comments on commit 77bd1fc

Please sign in to comment.