Hugo Villeneuve <[email protected]> writes:

> Signed-off-by: Hugo Villeneuve <[email protected]>
> ---
>  arch/arm/mach-davinci/include/mach/mux.h |    6 ++++++
>  arch/arm/mach-davinci/mux_cfg.c          |    3 +++
>  2 files changed, 9 insertions(+), 0 deletions(-)

Thanks, pushing today.

Kevin

> diff --git a/arch/arm/mach-davinci/include/mach/mux.h 
> b/arch/arm/mach-davinci/include/mach/mux.h
> index 47e483b..497f540 100644
> --- a/arch/arm/mach-davinci/include/mach/mux.h
> +++ b/arch/arm/mach-davinci/include/mach/mux.h
> @@ -62,6 +62,12 @@ enum davinci_dm644x_index {
>       /* ASP function */
>       DM644X_MCBSP,
>  
> +     /* UART1 */
> +     DM644X_UART1,
> +
> +     /* UART2 */
> +     DM644X_UART2,
> +
>       /* PWM0 */
>       DM644X_PWM0,
>  
> diff --git a/arch/arm/mach-davinci/mux_cfg.c b/arch/arm/mach-davinci/mux_cfg.c
> index dc87594..ed69246 100644
> --- a/arch/arm/mach-davinci/mux_cfg.c
> +++ b/arch/arm/mach-davinci/mux_cfg.c
> @@ -75,6 +75,9 @@ MUX_CFG(DM644X, I2C,                1,   7,     1,    1,    
>  false)
>  
>  MUX_CFG(DM644X, MCBSP,               1,   10,    1,    1,     false)
>  
> +MUX_CFG(DM644X, UART1,               1,   1,     1,    1,     true)
> +MUX_CFG(DM644X, UART2,               1,   2,     1,    1,     true)
> +
>  MUX_CFG(DM644X, PWM0,                1,   4,     1,    1,     false)
>  
>  MUX_CFG(DM644X, PWM1,                1,   5,     1,    1,     false)
> -- 
> 1.5.4.5
>
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to