summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@nxp.com>2016-11-14 15:04:21 +0800
committerShawn Guo <shawnguo@kernel.org>2016-11-15 08:58:43 +0800
commit75b832fea2564c547dfd0a2377a5893f41aefec6 (patch)
tree09c3d3ef5317b8daa79fce1082015b34363bbacf /arch/arm/mach-imx
parent0d74a9c2eb59919f4ef6f8271416608b8b82f751 (diff)
ARM: imx: mach-imx6ul: add imx6ull support
imx6ull is derived SoC from imx6ul. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/mach-imx6ul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx6ul.c b/arch/arm/mach-imx/mach-imx6ul.c
index 58a2b88233e6..6cb8a22b617d 100644
--- a/arch/arm/mach-imx/mach-imx6ul.c
+++ b/arch/arm/mach-imx/mach-imx6ul.c
@@ -89,6 +89,7 @@ static void __init imx6ul_init_late(void)
static const char * const imx6ul_dt_compat[] __initconst = {
"fsl,imx6ul",
+ "fsl,imx6ull",
NULL,
};