On 20/07/2015 13:28, Peng Fan wrote:
> PAD_CTL_SPEED_LOW for i.MX6SX/UL is (0 << 6)
> 
> Signed-off-by: Ye.Li <b37...@freescale.com>
> Signed-off-by: Peng Fan <peng....@freescale.com>
> ---
> 
> Changes v3:
>  none
> 
> Changes v2:
>  none
> 
>  arch/arm/include/asm/imx-common/iomux-v3.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h 
> b/arch/arm/include/asm/imx-common/iomux-v3.h
> index 5cde90f..42098a3 100644
> --- a/arch/arm/include/asm/imx-common/iomux-v3.h
> +++ b/arch/arm/include/asm/imx-common/iomux-v3.h
> @@ -98,7 +98,11 @@ typedef u64 iomux_v3_cfg_t;
>  
>  #define PAD_CTL_ODE          (1 << 11)
>  
> +#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL)
> +#define PAD_CTL_SPEED_LOW    (0 << 6)
> +#else
>  #define PAD_CTL_SPEED_LOW    (1 << 6)
> +#endif
>  #define PAD_CTL_SPEED_MED    (2 << 6)
>  #define PAD_CTL_SPEED_HIGH   (3 << 6)
>  
> 
Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=====================================================================
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to