OSDN Git Service

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 58a2b88..6cb8a22 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,
 };