summaryrefslogtreecommitdiff
path: root/board/menlo/mx8menlo
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-09-19 21:35:56 +0200
committerStefano Babic <sbabic@denx.de>2022-10-20 17:35:52 +0200
commit5302576e933ef8611d726c0f244be306ffc40c18 (patch)
treee0a88d0755b0cefedb6b78c06b3de83553f16a11 /board/menlo/mx8menlo
parent6fe5df86fb2f87fc5b7876e26e2e3e17b217d8e6 (diff)
ARM: dts: imx8mm: Swap i.MX8M Mini Menlo board UARTs back
The first production revision of the MX8M Mini Menlo board implements a hardware change which swaps console UART and another UART connector. Implement the swap, which maps the console UART back to the way Verdin console is mapped. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/menlo/mx8menlo')
-rw-r--r--board/menlo/mx8menlo/mx8menlo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/menlo/mx8menlo/mx8menlo.c b/board/menlo/mx8menlo/mx8menlo.c
index 61fc4ec85f..18f5fd5c5e 100644
--- a/board/menlo/mx8menlo/mx8menlo.c
+++ b/board/menlo/mx8menlo/mx8menlo.c
@@ -14,5 +14,5 @@
void board_early_init(void)
{
- init_uart_clk(1);
+ init_uart_clk(0);
}