summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx51-dt.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-02-17 11:07:00 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2012-02-27 03:50:49 (GMT)
commit3f8976d90bc7714e03c54778e2f6ab78436cb829 (patch)
treee8a51c27655f58a750543d3ad29e08956619e0b2 /arch/arm/mach-imx/imx51-dt.c
parent74528609fd2d0e572c4afc5d612f64fa3e438596 (diff)
downloadlinux-fsl-qoriq-3f8976d90bc7714e03c54778e2f6ab78436cb829.tar.xz
ARM i.MX5/6: Add dt support for generic boards
Apart from the iomux setup which may not be needed on custom boards the kernel starts fine using the devicetree, so add generic boards to the dt_compat entries. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/imx51-dt.c')
-rw-r--r--arch/arm/mach-imx/imx51-dt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx51-dt.c b/arch/arm/mach-imx/imx51-dt.c
index e6bad17..b0d830f 100644
--- a/arch/arm/mach-imx/imx51-dt.c
+++ b/arch/arm/mach-imx/imx51-dt.c
@@ -104,6 +104,7 @@ static struct sys_timer imx51_timer = {
static const char *imx51_dt_board_compat[] __initdata = {
"fsl,imx51-babbage",
+ "fsl,imx51",
NULL
};