ipq6018: Fixing console serial address

IPQ6018 is using BLSP1_UART2(0x78B1000). This patch
will update the same. Without this UART2 TLMM was not
getting configured properly and the console was having
some junk prints

Change-Id: I795016d4ed6e9b08b7e06dbcd8e8b8ea0c3e4581
Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
This commit is contained in:
Rajkumar Ayyasamy 2019-05-29 20:04:20 +05:30
parent 76aedaa0b1
commit 4bd47ef2be

View file

@ -150,7 +150,7 @@ void qca_serial_init(struct ipq_serial_platdata *plat)
writel(1, GCC_BLSP1_UART1_APPS_CBCR);
node = fdt_path_offset(gd->fdt_blob, "/serial@78B3000/serial_gpio");
node = fdt_path_offset(gd->fdt_blob, "/serial@78B1000/serial_gpio");
if (node < 0) {
printf("Could not find serial_gpio node\n");
return;