diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-02-17 12:07:00 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-27 11:50:49 +0800 |
commit | 3f8976d90bc7714e03c54778e2f6ab78436cb829 (patch) | |
tree | e8a51c27655f58a750543d3ad29e08956619e0b2 /arch/arm/mach-imx/mach-imx6q.c | |
parent | 74528609fd2d0e572c4afc5d612f64fa3e438596 (diff) |
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.c | 1 |
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 c25728106917..f3adf2f2278f 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, }; |