diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-26 01:47:51 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-28 10:44:44 +0800 |
commit | 18245c24259acaea4584464bf0215bf413dc7d23 (patch) | |
tree | 6d0b81702e3b61e5a7d367085e897a077aba1bcb /arch/arm/mach-imx | |
parent | 463f90fa8a12bcca4a4a4c686a1d140da816b1bc (diff) | |
download | linux-18245c24259acaea4584464bf0215bf413dc7d23.tar.bz2 |
ARM: imx: add support for i.MX 7Solo
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>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mach-imx7d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx7d.c b/arch/arm/mach-imx/mach-imx7d.c index b450f525a670..36254a621e45 100644 --- 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, }; |