]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: imx: mach-imx6ul: add imx6ull support
authorPeter Chen <peter.chen@nxp.com>
Mon, 14 Nov 2016 07:04:21 +0000 (15:04 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 15 Nov 2016 00:58:43 +0000 (08:58 +0800)
imx6ull is derived SoC from imx6ul.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx6ul.c

index 58a2b88233e6653a1fc4bed5d5d932afc4b8f09f..6cb8a22b617d974e1946eb67a814b718bb84b4fd 100644 (file)
@@ -89,6 +89,7 @@ static void __init imx6ul_init_late(void)
 
 static const char * const imx6ul_dt_compat[] __initconst = {
        "fsl,imx6ul",
+       "fsl,imx6ull",
        NULL,
 };