27 lines
925 B
Diff
27 lines
925 B
Diff
From: Hector Palacios <hector.palacios@digi.com>
|
|
Date: Wed, 10 Sep 2025 09:21:43 +0200
|
|
Subject: [PATCH] ccimx95: set DVK console to LPUART6
|
|
|
|
Upstream-Status: Inappropriate [DEY specific]
|
|
|
|
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 */
|