imx-atf: add patch for cc95 console change
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
d1c0c7db5b
commit
10e3803df5
|
|
@ -0,0 +1,24 @@
|
||||||
|
From: Hector Palacios <hector.palacios@digi.com>
|
||||||
|
Date: Wed, 10 Sep 2025 09:21:43 +0200
|
||||||
|
Subject: [PATCH] ccimx95: set DVK console to LPUART6
|
||||||
|
|
||||||
|
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
|
||||||
|
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
|
||||||
|
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
|
||||||
|
---
|
||||||
|
plat/imx/imx95/include/platform_def.h | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/plat/imx/imx95/include/platform_def.h b/plat/imx/imx95/include/platform_def.h
|
||||||
|
index d2eff001f548..3f0a43e49694 100644
|
||||||
|
--- a/plat/imx/imx95/include/platform_def.h
|
||||||
|
+++ b/plat/imx/imx95/include/platform_def.h
|
||||||
|
@@ -55,7 +55,7 @@
|
||||||
|
#ifdef IMX_EMU
|
||||||
|
#define IMX_LPUART_BASE 0x42570000
|
||||||
|
#else
|
||||||
|
-#define IMX_LPUART_BASE 0x44380000
|
||||||
|
+#define IMX_LPUART_BASE 0x425A0000 /* LPUART6 */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define IMX_BOOT_UART_CLK_IN_HZ 24000000 /* Select 24MHz oscillator */
|
||||||
|
|
@ -11,6 +11,7 @@ SRC_URI:append:dey = " \
|
||||||
file://0006-ccimx93-use-UART6-for-the-default-console.patch \
|
file://0006-ccimx93-use-UART6-for-the-default-console.patch \
|
||||||
file://0007-imx93-bring-back-ELE-clock-workaround-for-soc-revisi.patch \
|
file://0007-imx93-bring-back-ELE-clock-workaround-for-soc-revisi.patch \
|
||||||
file://0008-ccimx91-use-UART6-for-the-default-console.patch \
|
file://0008-ccimx91-use-UART6-for-the-default-console.patch \
|
||||||
|
file://0009-ccimx95-set-DVK-console-to-LPUART6.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
BOOT_TOOLS = "imx-boot-tools"
|
BOOT_TOOLS = "imx-boot-tools"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue