projects
/
platform
/
kernel
/
linux-rpi.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
|
history
diff --git
a/arch/arm/mach-imx/mach-imx6ul.c
b/arch/arm/mach-imx/mach-imx6ul.c
index
58a2b88
..
6cb8a22
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,
};