From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Covington Subject: Re: [PATCH] ARM: msm: Make MSM_HAS_DEBUG_UART_HS option visible to multiplatform targets Date: Wed, 09 Apr 2014 10:00:08 -0400 Message-ID: <53455268.4030003@codeaurora.org> References: <1397048912-6738-1-git-send-email-iivanov@mm-sol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397048912-6738-1-git-send-email-iivanov@mm-sol.com> Sender: linux-kernel-owner@vger.kernel.org To: "Ivan T. Ivanov" Cc: Russell King , David Brown , Daniel Walker , Stephen Boyd , Rohit Vaswani , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org Hi Ivan, On 04/09/2014 09:08 AM, Ivan T. Ivanov wrote: > From: "Ivan T. Ivanov" > > High Speed UART is available also in new multiplatform QCOM targets. > diff --git a/arch/arm/include/debug/msm.S b/arch/arm/include/debug/msm.S > index 9d653d4..09ff7b7 100644 > --- a/arch/arm/include/debug/msm.S > +++ b/arch/arm/include/debug/msm.S > @@ -39,11 +39,14 @@ > #ifdef CONFIG_DEBUG_MSM8660_UART > #define MSM_DEBUG_UART_BASE 0xF0040000 > #define MSM_DEBUG_UART_PHYS 0x19C40000 > +#define MSM_HAS_DEBUG_UART_HS > #endif > > #ifdef CONFIG_DEBUG_MSM8960_UART > +#define MSM_HAS_DEBUG_UART_HS This appears to be duplicated. > #define MSM_DEBUG_UART_BASE 0xF0040000 > #define MSM_DEBUG_UART_PHYS 0x16440000 > +#define MSM_HAS_DEBUG_UART_HS > #endif > > #ifdef CONFIG_DEBUG_MSM8974_UART Regards, Christopher -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation.