Merge "target: apq8084: Update the UART id."
diff --git a/target/apq8084/init.c b/target/apq8084/init.c
index da3ca04..0de99e1 100644
--- a/target/apq8084/init.c
+++ b/target/apq8084/init.c
@@ -56,7 +56,7 @@
 void target_early_init(void)
 {
 #if WITH_DEBUG_UART
-	uart_dm_init(1, 0, BLSP1_UART1_BASE);
+	uart_dm_init(2, 0, BLSP1_UART1_BASE);
 #endif
 }