Skip to content

Commit 7c355b5

Browse files
varigigiShawn Guo
authored andcommitted
ARM: imx: mach-imx6ul: add imx6ulz support
imx6ulz is derived SoC from imx6ull. Currently, the boards based on imx6ulz are correctly recognized only if the compatible includes "fsl,imx6ull", while "fsl,imx6ulz" is ignored. Signed-off-by: Pierluigi Passaro <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent ebeb49f commit 7c355b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-imx/mach-imx6ul.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static void __init imx6ul_init_late(void)
6363
static const char * const imx6ul_dt_compat[] __initconst = {
6464
"fsl,imx6ul",
6565
"fsl,imx6ull",
66+
"fsl,imx6ulz",
6667
NULL,
6768
};
6869

0 commit comments

Comments
 (0)