diff options
author | Olof Johansson <olof@lixom.net> | 2012-03-08 10:56:12 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-03-08 10:56:12 -0800 |
commit | c66fcfa938d84d4661c77e9fe85312dece0133e8 (patch) | |
tree | 06cb95cb2f5c29d6767029a0a1b0c8aa49c44963 /arch/arm/mach-omap2/id.c | |
parent | 48546cc0a5c2deac67c9a3cafa3889871b25a4c0 (diff) | |
parent | cc4ad9072cce2bf0eeae1fb197e42612fbac1f15 (diff) | |
download | op-kernel-dev-c66fcfa938d84d4661c77e9fe85312dece0133e8.zip op-kernel-dev-c66fcfa938d84d4661c77e9fe85312dece0133e8.tar.gz |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2+: Fix module build errors with CONFIG_OMAP4_ERRATA_I688
ARM: OMAP: id: Add missing break statement in omap3xxx_check_revision
ARM: OMAP2+: Remove apply_uV constraints for fixed regulator
ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interrupts
Diffstat (limited to 'arch/arm/mach-omap2/id.c')
-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 6c58266..719ee42 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -343,6 +343,7 @@ static void __init omap3_check_revision(const char **cpu_rev) case 0xb944: omap_revision = AM335X_REV_ES1_0; *cpu_rev = "1.0"; + break; case 0xb8f2: switch (rev) { case 0: |