mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0d74a9c2eb
commit
75b832fea2
|
@ -89,6 +89,7 @@ static void __init imx6ul_init_late(void)
|
|||
|
||||
static const char * const imx6ul_dt_compat[] __initconst = {
|
||||
"fsl,imx6ul",
|
||||
"fsl,imx6ull",
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue