From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 15 Jul 2014 10:07:33 +0200 Subject: [U-Boot] [PATCH v2 2/5] imx6: add gpr2 usb_otg_id iomux select control define In-Reply-To: <1405138221-4721-3-git-send-email-hs@denx.de> References: <1405138221-4721-1-git-send-email-hs@denx.de> <1405138221-4721-3-git-send-email-hs@denx.de> Message-ID: <53C4E145.6090108@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Stefano Babic > > --- > - 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 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 =====================================================================