diff options
author | Tony Lindgren <tony@atomide.com> | 2012-01-20 08:41:41 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-01-20 08:41:41 -0500 |
commit | 5405520d08b691bfa5bdad395ad72ecbc0979d3b (patch) | |
tree | 203f4e9f8b00d8adf87d4ca94c9815977981e51b /arch/arm/plat-omap/include | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) | |
parent | 4de34f3572882fd0a0e655cda494577c22663215 (diff) |
Merge branch 'soc-part2' into soc
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/plat/cpu.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h index 6b51086fce18..428ccb12d168 100644 --- a/arch/arm/plat-omap/include/plat/cpu.h +++ b/arch/arm/plat-omap/include/plat/cpu.h | |||
@@ -451,7 +451,12 @@ IS_OMAP_TYPE(3517, 0x3517) | |||
451 | #define OMAP447X_CLASS 0x44700044 | 451 | #define OMAP447X_CLASS 0x44700044 |
452 | #define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8)) | 452 | #define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8)) |
453 | 453 | ||
454 | void omap2_check_revision(void); | 454 | void omap2xxx_check_revision(void); |
455 | void omap3xxx_check_revision(void); | ||
456 | void omap4xxx_check_revision(void); | ||
457 | void omap3xxx_check_features(void); | ||
458 | void ti81xx_check_features(void); | ||
459 | void omap4xxx_check_features(void); | ||
455 | 460 | ||
456 | /* | 461 | /* |
457 | * Runtime detection of OMAP3 features | 462 | * Runtime detection of OMAP3 features |