diff options
author | Peter Chen <peter.chen@nxp.com> | 2016-11-14 10:04:21 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-15 03:58:43 +0300 |
commit | 75b832fea2564c547dfd0a2377a5893f41aefec6 (patch) | |
tree | 09c3d3ef5317b8daa79fce1082015b34363bbacf /arch/arm | |
parent | 0d74a9c2eb59919f4ef6f8271416608b8b82f751 (diff) | |
download | linux-75b832fea2564c547dfd0a2377a5893f41aefec6.tar.xz |
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')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6ul.c | 1 |
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, }; |