summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2012-03-28 13:29:24 +0800
committerAndy Green <andy.green@linaro.org>2012-03-28 13:29:24 +0800
commitcf5da493ab424b00a85cf41eccd696fb2a424ca7 (patch)
tree6ae1911a3c3a950ce7a4e5e9707d2b5d180a82af
parent530ca2535dfa30e2e85dae604f28f055233efc4c (diff)
omap4: fix omap4430 ES2.2 recognition
Fix regression introduced by this patch: omap4: add 4430 ES2.3 support Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r--arch/arm/mach-omap2/id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index d657f749da7..e564b3fed25 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -406,6 +406,7 @@ static void __init omap4_check_revision(void)
case 4:
omap_revision = OMAP4430_REV_ES2_2;
omap_chip.oc |= CHIP_IS_OMAP4430ES2_2;
+ break;
case 6:
default:
omap_revision = OMAP4430_REV_ES2_3;