]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx: add support code for IMX50 based machines
authorGreg Ungerer <gerg@uclinux.org>
Mon, 4 Nov 2013 00:13:40 +0000 (10:13 +1000)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 9 Dec 2013 05:18:26 +0000 (13:18 +0800)
commit374daac46f2718c341e449f52a511404c8de4435
treecffd9e1fd866d6639ef71936036eb406bb8406dd
parent81efe0fc67c72ca13eb402cc6de5c79f0f258932
ARM: imx: add support code for IMX50 based machines

Add machine support code for the Freescale IMX50 SoC.

The IMX50 is quite similar to the Freescale IMX53, and contains many of the
same periperhal hardware modules, at the same address offsets as the IMX53.
(Notable exceptions are that the IMX50 contains no CAN bus hardware, less
GPIO, no VPU, it does contain an Electrophoretic display controller though).

This support code uses some of the IMX53 setup code to reduce duplication
of what would be identical init IO setup.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/common.h
arch/arm/mach-imx/mach-imx50.c [new file with mode: 0644]