ARM: ks8695: add board support for the OpenGear boards based on the KS8695
authorGreg Ungerer <gerg@uclinux.org>
Fri, 7 Sep 2012 05:35:39 +0000 (15:35 +1000)
committerOlof Johansson <olof@lixom.net>
Sat, 8 Sep 2012 03:16:39 +0000 (20:16 -0700)
commita7b8575423e0aa80e8bbc388036bc7d460b43bb4
treea00a44470bbbec29c7b1f8a70f4b07b868b88e4b
parent02c5f160c636d07f26ba273a006fc0dcfeec2e74
ARM: ks8695: add board support for the OpenGear boards based on the KS8695

A number of boards produced by OpenGear and based on the Micrel KS8695 SoC.
Add board support to the KS8695 kernel code to support them.

The following machine type entries will need to be added back into the
mach-types file with these in mainline:

    cm4008      MACH_CM4008       CM4008       624
    cm41xx      MACH_CM41XX       CM41XX       672
    cm4002      MACH_CM4002       CM4002       876
    im42xx      MACH_IM42XX       IM42XX       1105
    im4004      MACH_IM4004       IM4004       1400

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-ks8695/Kconfig
arch/arm/mach-ks8695/Makefile
arch/arm/mach-ks8695/board-og.c [new file with mode: 0644]