[PATCH v2 1/5] ARM: imx: add support for i.MX 7Solo
Stefan Agner
stefan at agner.ch
Sun Jun 26 01:47:51 PDT 2016
Add device tree compatible string "imx7s" for i.MX 7Solo.
Signed-off-by: Stefan Agner <stefan at agner.ch>
---
arch/arm/mach-imx/mach-imx7d.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-imx/mach-imx7d.c b/arch/arm/mach-imx/mach-imx7d.c
index b450f52..36254a6 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,
};
--
2.8.3
More information about the linux-arm-kernel
mailing list