diff options
author | Abhijit Pagare <abhijitpagare@ti.com> | 2010-01-27 06:12:51 +0300 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-27 06:12:51 +0300 |
commit | c6a6e6e203ee9a34fa53f773272f21d48b4e3454 (patch) | |
tree | 6d577c65e8b4dfd3f90428d3824febb0cab08011 /arch/arm/mach-omap2 | |
parent | 4f4e65d2484811210a2826fa9d59712c7fcf1b49 (diff) | |
download | linux-c6a6e6e203ee9a34fa53f773272f21d48b4e3454.tar.xz |
ARM: OMAP4: PM: OMAP4 essential basic initialisations.
Some of the OMAP4 specific chip level initialisations are taken care of.
Signed-off-by: Abhijit Pagare <abhijitpagare@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
[paul@pwsan.com: updated to use '4430ES1' rather than simply '4430'; updated
to apply after the intervening cpu.h/id.c patch; thanks also to Tony
for catching a bug in my rewrite]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 3d65c50bd017..9e7c4aeeae02 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -281,6 +281,7 @@ void __init omap4_check_revision(void) if ((hawkeye == 0xb852) && (rev == 0x0)) { omap_revision = OMAP4430_REV_ES1_0; + omap_chip.oc |= CHIP_IS_OMAP4430ES1; pr_info("OMAP%04x %s\n", omap_rev() >> 16, rev_name); return; } |