diff options
author | Marek Vasut | 2022-09-19 21:35:56 +0200 |
---|---|---|
committer | Stefano Babic | 2022-10-20 17:35:52 +0200 |
commit | 5302576e933ef8611d726c0f244be306ffc40c18 (patch) | |
tree | e0a88d0755b0cefedb6b78c06b3de83553f16a11 /include | |
parent | 6fe5df86fb2f87fc5b7876e26e2e3e17b217d8e6 (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 'include')
-rw-r--r-- | include/configs/imx8mm-mx8menlo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mm-mx8menlo.h b/include/configs/imx8mm-mx8menlo.h index 530ecd1d460..938c5406b82 100644 --- a/include/configs/imx8mm-mx8menlo.h +++ b/include/configs/imx8mm-mx8menlo.h @@ -25,7 +25,7 @@ "fi ; " \ "boot\0" \ "boot_file=fitImage\0" \ - "console=ttymxc1\0" \ + "console=ttymxc0\0" \ "fdt_addr=0x43000000\0" \ "initrd_addr=0x43800000\0" \ "kernel_image=fitImage\0" |