Sfoglia il codice sorgente

ARM: imx: mach-imx6ul: add imx6ull support

imx6ull is derived SoC from imx6ul.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Peter Chen 8 anni fa
parent
commit
75b832fea2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      arch/arm/mach-imx/mach-imx6ul.c

+ 1 - 0
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,
 };