linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: mach-imx6ul: add imx6ulz support
@ 2023-01-21 14:52 Pierluigi Passaro
  2023-01-26 11:25 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Pierluigi Passaro @ 2023-01-21 14:52 UTC (permalink / raw)
  To: linux, shawnguo, s.hauer, kernel, festevam, linux-imx,
	linux-arm-kernel, linux-kernel
  Cc: eran.m, nate.d, francesco.f, pierluigi.passaro, Pierluigi Passaro

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>
---
 arch/arm/mach-imx/mach-imx6ul.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/mach-imx6ul.c b/arch/arm/mach-imx/mach-imx6ul.c
index 35e81201cb5d..dbf8d19cef11 100644
--- 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,
 };
 
-- 
2.37.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: imx: mach-imx6ul: add imx6ulz support
  2023-01-21 14:52 [PATCH] ARM: imx: mach-imx6ul: add imx6ulz support Pierluigi Passaro
@ 2023-01-26 11:25 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2023-01-26 11:25 UTC (permalink / raw)
  To: Pierluigi Passaro
  Cc: linux, s.hauer, kernel, festevam, linux-imx, linux-arm-kernel,
	linux-kernel, eran.m, nate.d, francesco.f, pierluigi.passaro

On Sat, Jan 21, 2023 at 03:52:42PM +0100, Pierluigi Passaro wrote:
> 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>

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-26 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-21 14:52 [PATCH] ARM: imx: mach-imx6ul: add imx6ulz support Pierluigi Passaro
2023-01-26 11:25 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).