Hi Ivan,

On 04/09/2014 09:08 AM, Ivan T. Ivanov wrote:
> From: "Ivan T. Ivanov" <[email protected]>
> 
> 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-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to