diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-07-09 12:34:35 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-11 11:49:59 +0800 |
commit | e1a4d18f6c74cf3df59c73f526ede607196f2257 (patch) | |
tree | b7f92cd8b80a4955dd7f631765cd44a87625ec43 /arch/arm/mach-mxs | |
parent | 3143bbb42b3d27a5f799c97c84fb7a4a1de88f91 (diff) | |
download | linux-3.10-e1a4d18f6c74cf3df59c73f526ede607196f2257.tar.gz linux-3.10-e1a4d18f6c74cf3df59c73f526ede607196f2257.tar.bz2 linux-3.10-e1a4d18f6c74cf3df59c73f526ede607196f2257.zip |
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.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 d0bf4149f3e..a04bec8aa4c 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, }; |