summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-imx6q.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/mach-imx6q.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/mach-imx6q.c')
-rw-r--r--arch/arm/mach-imx/mach-imx6q.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
index c257281..f3adf2f 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -128,6 +128,7 @@ static struct sys_timer imx6q_timer = {
static const char *imx6q_dt_compat[] __initdata = {
"fsl,imx6q-arm2",
"fsl,imx6q-sabrelite",
+ "fsl,imx6q",
NULL,
};