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

Commit eadd2f44 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

msm: iomap: 8084: Update debug UART base address



Update the I/O map entry for the APQ8084 Debug UART to
map the correct BLSP instance.

Change-Id: I3cd2351ab8a5394e4a843bf250d0d6e4e00ec1f4
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent a650b745
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@
#define APQ8084_TLMM_SIZE	SZ_16K

#ifdef CONFIG_DEBUG_APQ8084_UART
#define MSM_DEBUG_UART_BASE	IOMEM(0xFA71E000)
#define MSM_DEBUG_UART_PHYS	0xF991E000
#define MSM_DEBUG_UART_BASE	IOMEM(0xFA75E000)
#define MSM_DEBUG_UART_PHYS	0xF995E000
#endif

#endif