projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d74a9c
)
ARM: imx: mach-imx6ul: add imx6ull support
author
Peter Chen
<peter.chen@nxp.com>
Mon, 14 Nov 2016 07:04:21 +0000
(15:04 +0800)
committer
Shawn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/mach-imx6ul.c
b/arch/arm/mach-imx/mach-imx6ul.c
index 58a2b88233e6653a1fc4bed5d5d932afc4b8f09f..6cb8a22b617d974e1946eb67a814b718bb84b4fd 100644
(file)
--- 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,
};