diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-07-09 00:34:35 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-10 23:49:59 -0400 |
commit | e1a4d18f6c74cf3df59c73f526ede607196f2257 (patch) | |
tree | b7f92cd8b80a4955dd7f631765cd44a87625ec43 /arch/arm/mach-mxs/mach-mxs.c | |
parent | 3143bbb42b3d27a5f799c97c84fb7a4a1de88f91 (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/mach-mxs.c')
-rw-r--r-- | arch/arm/mach-mxs/mach-mxs.c | 1 |
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 = { | |||
277 | "crystalfontz,cfa10036", | 277 | "crystalfontz,cfa10036", |
278 | "denx,m28evk", | 278 | "denx,m28evk", |
279 | "fsl,imx28-evk", | 279 | "fsl,imx28-evk", |
280 | "karo,tx28", | ||
280 | "fsl,imx28", | 281 | "fsl,imx28", |
281 | NULL, | 282 | NULL, |
282 | }; | 283 | }; |