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

Commit 4a19953b authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

mach-msm:fsm9010: Update MSM_DEBUG_UART_BASE for fsm9010



Fix incorrect address of MSM_DEBUG_UART_BASE for blsp1_uart3.

Change-Id: I2696aa68bfc3bd7a9a668944e81f9bcf7ccf0616
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
parent abb78a0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2014, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
@@ -30,7 +30,7 @@
#define FSM9010_MPM2_PSHOLD_SIZE	SZ_4K

#ifdef CONFIG_DEBUG_FSM9010_UART
#define MSM_DEBUG_UART_BASE	IOMEM(0xFA71F000)
#define MSM_DEBUG_UART_BASE	IOMEM(0xFA720000)
#define MSM_DEBUG_UART_PHYS	0xF9920000
#endif