summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-07-09 12:34:35 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-07-11 11:49:59 +0800
commite1a4d18f6c74cf3df59c73f526ede607196f2257 (patch)
treeb7f92cd8b80a4955dd7f631765cd44a87625ec43 /arch/arm/mach-mxs
parent3143bbb42b3d27a5f799c97c84fb7a4a1de88f91 (diff)
ARM: mxs: convert tx28 board to device tree
FEC support is missing because we need to find a proper way to rewrite tx28_add_fec0 for device tree boot. Cc: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-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 d0bf4149f3e5..a04bec8aa4ce 100644
--- a/arch/arm/mach-mxs/mach-mxs.c
+++ b/arch/arm/mach-mxs/mach-mxs.c
@@ -277,6 +277,7 @@ static const char *imx28_dt_compat[] __initdata = {
"crystalfontz,cfa10036",
"denx,m28evk",
"fsl,imx28-evk",
+ "karo,tx28",
"fsl,imx28",
NULL,
};