projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebeb49f
)
ARM: imx: mach-imx6ul: add imx6ulz support
author
Pierluigi Passaro
<pierluigi.p@variscite.com>
Sat, 21 Jan 2023 14:52:42 +0000
(15:52 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 26 Jan 2023 11:25:34 +0000
(19:25 +0800)
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 <pierluigi.p@variscite.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx6ul.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mach-imx6ul.c
b/arch/arm/mach-imx/mach-imx6ul.c
index 35e81201cb5deb9af2d35b740e4d50f3b100c295..dbf8d19cef1163cb7a84b03f7bef3039d939bf43 100644
(file)
--- a/
arch/arm/mach-imx/mach-imx6ul.c
+++ b/
arch/arm/mach-imx/mach-imx6ul.c
@@
-63,6
+63,7
@@
static void __init imx6ul_init_late(void)
static const char * const imx6ul_dt_compat[] __initconst = {
"fsl,imx6ul",
"fsl,imx6ull",
+ "fsl,imx6ulz",
NULL,
};