]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: ks8695: add board support for the SnapGear boards based on the KS8695
authorGreg Ungerer <gerg@uclinux.org>
Fri, 7 Sep 2012 05:24:09 +0000 (15:24 +1000)
committerOlof Johansson <olof@lixom.net>
Sat, 8 Sep 2012 03:16:33 +0000 (20:16 -0700)
commit02c5f160c636d07f26ba273a006fc0dcfeec2e74
tree87acb360c9ca1a090f3cf12741f7859e7d8ea2fe
parent66f75a5d028beaf67c931435fdc3e7823125730c
ARM: ks8695: add board support for the SnapGear boards based on the KS8695

A number of boards produced by SnapGear are 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:

    lite300      MACH_LITE300     LITE300      408
    se4200       MACH_SE4200      SE4200       809
    sg310        MACH_SG310       SG310        1564

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-sg.c [new file with mode: 0644]