Hi Ivan, On 04/09/2014 09:08 AM, Ivan T. Ivanov wrote: > From: "Ivan T. Ivanov" <iivanov@xxxxxxxxxx> > > 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. -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html