aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h')
-rw-r--r--src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h b/src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h
index 25a06bff93..8cb0f25a8c 100644
--- a/src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h
+++ b/src/soc/qualcomm/ipq40xx/include/soc/ipq_uart.h
@@ -30,7 +30,7 @@
#ifndef __UART_DM_H__
#define __UART_DM_H__
-#define PERIPH_BLK_BLSP 0
+#define PERIPH_BLK_BLSP 1
#define MSM_BOOT_UART_DM_EXTR_BITS(value, start_pos, end_pos) \
((value << (32 - end_pos)) >> (32 - (end_pos - start_pos)))