summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/mach-mxs.c
diff options
context:
space:
mode:
authorShawn Guo2012-07-09 07:33:02 +0200
committerShawn Guo2012-07-11 05:50:06 +0200
commitdd852aa5215b9a976b8949378e8f3b6fcb8c5291 (patch)
tree34c3b4f5b3c5b745cddc628358de77e115f447c2 /arch/arm/mach-mxs/mach-mxs.c
parentARM: mxs: convert tx28 board to device tree (diff)
downloadkernel-qcow2-linux-dd852aa5215b9a976b8949378e8f3b6fcb8c5291.tar.gz
kernel-qcow2-linux-dd852aa5215b9a976b8949378e8f3b6fcb8c5291.tar.xz
kernel-qcow2-linux-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/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 a04bec8aa4ce..bd8db7b21e68 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,