Commit 75b832fe authored by Peter Chen's avatar Peter Chen Committed by Shawn Guo
Browse files

ARM: imx: mach-imx6ul: add imx6ull support



imx6ull is derived SoC from imx6ul.

Signed-off-by: default avatarPeter Chen <peter.chen@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0d74a9c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ static void __init imx6ul_init_late(void)

static const char * const imx6ul_dt_compat[] __initconst = {
	"fsl,imx6ul",
	"fsl,imx6ull",
	NULL,
};