Răsfoiți Sursa

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>
Stefan Agner 9 ani în urmă
părinte
comite
18245c2425
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      arch/arm/mach-imx/mach-imx7d.c

+ 1 - 0
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 = {
 static const char *const imx7d_dt_compat[] __initconst = {
 	"fsl,imx7d",
 	"fsl,imx7d",
+	"fsl,imx7s",
 	NULL,
 	NULL,
 };
 };