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>
This commit is contained in:
Marek Vasut
2022-09-19 21:35:56 +02:00
committed by Stefano Babic
parent 6fe5df86fb
commit 5302576e93
3 changed files with 3 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
/ { / {
chosen { chosen {
stdout-path = &uart2; stdout-path = &uart1;
}; };
aliases { aliases {
@@ -20,19 +20,3 @@
&i2c4 { &i2c4 {
/delete-node/ codec@1a; /delete-node/ codec@1a;
}; };
&pinctrl_uart1 {
/delete-property/ u-boot,dm-spl;
};
&pinctrl_uart2 {
u-boot,dm-spl;
};
&uart1 {
/delete-property/ u-boot,dm-spl;
};
&uart2 {
u-boot,dm-spl;
};

View File

@@ -14,5 +14,5 @@
void board_early_init(void) void board_early_init(void)
{ {
init_uart_clk(1); init_uart_clk(0);
} }

View File

@@ -25,7 +25,7 @@
"fi ; " \ "fi ; " \
"boot\0" \ "boot\0" \
"boot_file=fitImage\0" \ "boot_file=fitImage\0" \
"console=ttymxc1\0" \ "console=ttymxc0\0" \
"fdt_addr=0x43000000\0" \ "fdt_addr=0x43000000\0" \
"initrd_addr=0x43800000\0" \ "initrd_addr=0x43800000\0" \
"kernel_image=fitImage\0" "kernel_image=fitImage\0"