[U-Boot] [PATCH v3 10/15] imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL
Stefano Babic
sbabic at denx.de
Sun Aug 2 11:17:32 CEST 2015
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 <B37916 at freescale.com>
> Signed-off-by: Peng Fan <Peng.Fan at 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: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list