ARM: OMAP3: Fix SoC detection of OMAP36/37 Family
authorAdam Ford <aford173@gmail.com>
Fri, 20 Jan 2017 16:44:01 +0000 (10:44 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2017 18:13:06 +0000 (10:13 -0800)
commit631af44c10f9430163296626c6134db16a4f51fb
treea6182a2a268246fa693c70b637d1758b2feadec5
parentbd5e444bf1dcea50b89b3555e85e895843a82f32
ARM: OMAP3: Fix SoC detection of OMAP36/37 Family

The OMAP36/37 families are similar, but there are a few features sections
that can help identify some of them.  Let's add checks for 3630/3730,
OMAP3621, DM3725, OMAP3615/DM3715, OMAP3611, and AM3703 all based on
features similar to what was done for the OMAP34xx/35xx series

The checkpatch flags some warnings for braces, but I kept the coding style
to match the adjacent code for consistency.

I don't have an OMAP36xx to test, but this was tested on both a DM3730 and
AM3703.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/id.c