Skip to content
Snippets Groups Projects
Commit 2b9cf837 authored by Christos's avatar Christos
Browse files

[E39] bsp:imx-atf: Change debug uart to lpuart5

parent 1af6d875
No related branches found
No related tags found
1 merge request!28[E39] Change imx atf debug uart to lpuart5
Pipeline #191489 passed with stage
in 16 seconds
From 349a7f56f1256572e3a8f39642e3ce480f75f511 Mon Sep 17 00:00:00 2001
From: Christos Karampeazis-Papadakis <christos.karampeazis@seco.com>
Date: Fri, 15 Nov 2024 16:42:14 +0100
Subject: [PATCH] [PATCH] plat:imx:imx93: Change LPUART_BASE to LPUART5
---
plat/imx/imx93/include/platform_def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plat/imx/imx93/include/platform_def.h b/plat/imx/imx93/include/platform_def.h
index 2d140400d..9f4a4ea37 100644
--- a/plat/imx/imx93/include/platform_def.h
+++ b/plat/imx/imx93/include/platform_def.h
@@ -53,7 +53,7 @@
#define MAX_MMAP_REGIONS 16
#endif
-#define IMX_LPUART_BASE U(0x44380000)
+#define IMX_LPUART_BASE U(0x42590000)
#define IMX_BOOT_UART_CLK_IN_HZ U(24000000) /* Select 24MHz oscillator */
#define IMX_CONSOLE_BAUDRATE 115200
--
2.34.1
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-plat-imx-imx93-Change-LPUART_BASE-to-LPUART5.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment