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

Commit 3026bbf1 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: 8084: Update debug UART base address"

parents 1e6f19ab eadd2f44
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