]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
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 b450f525a670961b79cd0b3d28271a238dba70a1..36254a621e4573249ec861e3824ee2c5111eda2c 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,
 };