ARM: imx: add support for i.MX 7Solo
authorStefan Agner <stefan@agner.ch>
Sun, 26 Jun 2016 08:47:51 +0000 (01:47 -0700)
committerShawn Guo <shawnguo@kernel.org>
Tue, 28 Jun 2016 02:44:44 +0000 (10:44 +0800)
Add device tree compatible string "imx7s" for i.MX 7Solo.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx7d.c

index b450f52..36254a6 100644 (file)
@@ -107,6 +107,7 @@ static void __init imx7d_init_irq(void)
 
 static const char *const imx7d_dt_compat[] __initconst = {
        "fsl,imx7d",
+       "fsl,imx7s",
        NULL,
 };