Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd2939b8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: iomap: fix uart address to blsp_uart2 for msmzirc"

parents 20cf4a94 bb5f16c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
 */

#ifdef CONFIG_DEBUG_MSMZIRC_UART
#define MSM_DEBUG_UART_BASE	IOMEM(0xFA0B0000)
#define MSM_DEBUG_UART_PHYS	0x078B0000
#define MSM_DEBUG_UART_BASE	IOMEM(0xFA0B1000)
#define MSM_DEBUG_UART_PHYS	0x078B1000
#endif

#endif