ARM i.MX5/6: Add dt support for generic boards
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 17 Feb 2012 11:07:00 +0000 (12:07 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 27 Feb 2012 03:50:49 +0000 (11:50 +0800)
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>
arch/arm/mach-imx/imx51-dt.c
arch/arm/mach-imx/imx53-dt.c
arch/arm/mach-imx/mach-imx6q.c

index e6bad17b908c2192ffbe349cbef43ee4e52a642b..b0d830f22b4e5c5a55b278a4696ea5a4efdbbcbd 100644 (file)
@@ -104,6 +104,7 @@ static struct sys_timer imx51_timer = {
 
 static const char *imx51_dt_board_compat[] __initdata = {
        "fsl,imx51-babbage",
+       "fsl,imx51",
        NULL
 };
 
index 05ebb3e68679795faa8f87507169d108dab88c98..d75a267ea86b2844f32abb02054bbb8b67bc9b6d 100644 (file)
@@ -114,6 +114,7 @@ static const char *imx53_dt_board_compat[] __initdata = {
        "fsl,imx53-evk",
        "fsl,imx53-qsb",
        "fsl,imx53-smd",
+       "fsl,imx53",
        NULL
 };
 
index c25728106917be3bdec5c8a5e687adc83e84a1ca..f3adf2f2278f4304f64fe82d69a8ae86422b430e 100644 (file)
@@ -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,
 };