[U-Boot] [PATCH v2 2/5] imx6: add gpr2 usb_otg_id iomux select control define

Stefano Babic sbabic at denx.de
Tue Jul 15 10:07:33 CEST 2014


Hi Heiko,

On 12/07/2014 06:10, Heiko Schocher wrote:
> add IOMUXC_GPR1_USB_OTG_ID_OFFSET and IOMUXC_GPR1_USB_OTG_ID_SEL_MASK
> define for the USB_OTG_ID_SEL bit.
> 
> Signed-off-by: Heiko Schocher <hs at denx.de>
> Cc: Stefano Babic <sbabic at denx.de>
> 
> ---
> - changes for v2:
>   - new
> 
>  arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
> index a69a753..7193118 100644
> --- a/arch/arm/include/asm/arch-mx6/imx-regs.h
> +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
> @@ -251,6 +251,8 @@ struct src {
>  /* GPR1 bitfields */
>  #define IOMUXC_GPR1_ENET_CLK_SEL_OFFSET		21
>  #define IOMUXC_GPR1_ENET_CLK_SEL_MASK		(1 << IOMUXC_GPR1_ENET_CLK_SEL_OFFSET)
> +#define IOMUXC_GPR1_USB_OTG_ID_OFFSET		13
> +#define IOMUXC_GPR1_USB_OTG_ID_SEL_MASK		(1 << IOMUXC_GPR1_USB_OTG_ID_OFFSET)
>  
>  /* GPR3 bitfields */
>  #define IOMUXC_GPR3_GPU_DBG_OFFSET		29
> 

Acked-by: Stefano Babic <sbabic at denx.de>

Best regards,
Stefano Babic
-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
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