diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-07-09 13:33:02 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-11 11:50:06 +0800 |
commit | dd852aa5215b9a976b8949378e8f3b6fcb8c5291 (patch) | |
tree | 34c3b4f5b3c5b745cddc628358de77e115f447c2 /arch/arm/mach-mxs | |
parent | e1a4d18f6c74cf3df59c73f526ede607196f2257 (diff) | |
download | linux-3.10-dd852aa5215b9a976b8949378e8f3b6fcb8c5291.tar.gz linux-3.10-dd852aa5215b9a976b8949378e8f3b6fcb8c5291.tar.bz2 linux-3.10-dd852aa5215b9a976b8949378e8f3b6fcb8c5291.zip |
ARM: mxs: convert stmp378x_devb board to device tree
The enc28j60 spi device does not get converted to dts file, because
there is no mxs spi driver on mainline so far. The enc28j60 spi
in mach-stmp378x_devb.c does not work anyway.
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 a04bec8aa4c..bd8db7b21e6 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -267,6 +267,7 @@ static void __init mxs_machine_init(void) static const char *imx23_dt_compat[] __initdata = { "fsl,imx23-evk", + "fsl,stmp378x_devb" "olimex,imx23-olinuxino", "fsl,imx23", NULL, |