summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/mach-mxs.c
diff options
context:
space:
mode:
authorFabio Estevam2012-07-04 18:22:53 +0200
committerShawn Guo2012-07-05 03:40:51 +0200
commitb9df44919cd0a776abab442b59c8bf9a8b7301fc (patch)
tree0370d23a094f387cd0e963ed14b99ecf05cfbd82 /arch/arm/mach-mxs/mach-mxs.c
parentARM: dts: mx23: add gpmi nand support (diff)
downloadkernel-qcow2-linux-b9df44919cd0a776abab442b59c8bf9a8b7301fc.tar.gz
kernel-qcow2-linux-b9df44919cd0a776abab442b59c8bf9a8b7301fc.tar.xz
kernel-qcow2-linux-b9df44919cd0a776abab442b59c8bf9a8b7301fc.zip
ARM: mx23: Add initial support for olinuxino board
mx23-olinuxino is a low cost board designed by Olimex. It has the following features: - Freescale iMX233 ARM926J processor at 454MHz -64 MB RAM -SD-card connector -TV PAL/NTSC video output -2 USB High Speed Hosts -Ethernet 100 Mbit -Stereo Audio Input -Stereo Headphones Audio Output More information at: http://www.olimex.com/dev/imx233-olinuxino-maxi.html Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/mach-mxs.c')
-rw-r--r--arch/arm/mach-mxs/mach-mxs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c
index 87a4829ec083..7bbb961cc52d 100644
--- a/arch/arm/mach-mxs/mach-mxs.c
+++ b/arch/arm/mach-mxs/mach-mxs.c
@@ -216,6 +216,7 @@ static void __init mxs_machine_init(void)
static const char *imx23_dt_compat[] __initdata = {
"fsl,imx23-evk",
+ "olimex,imx23-olinuxino",
"fsl,imx23",
NULL,
};