mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-14 20:09:24 +01:00
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:
parent
76aedaa0b1
commit
4bd47ef2be
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue