projects
/
GitHub
/
LineageOS
/
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:
463f90f
)
ARM: imx: add support for i.MX 7Solo
author
Stefan Agner
<stefan@agner.ch>
Sun, 26 Jun 2016 08:47:51 +0000
(
01:47
-0700)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 28 Jun 2016 02:44:44 +0000
(10:44 +0800)
Add device tree compatible string "imx7s" for i.MX 7Solo.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx7d.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/mach-imx7d.c
b/arch/arm/mach-imx/mach-imx7d.c
index b450f525a670961b79cd0b3d28271a238dba70a1..36254a621e4573249ec861e3824ee2c5111eda2c 100644
(file)
--- a/
arch/arm/mach-imx/mach-imx7d.c
+++ b/
arch/arm/mach-imx/mach-imx7d.c
@@
-107,6
+107,7
@@
static void __init imx7d_init_irq(void)
static const char *const imx7d_dt_compat[] __initconst = {
"fsl,imx7d",
+ "fsl,imx7s",
NULL,
};