From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Fri, 21 Sep 2012 17:14:53 -0700 Subject: [U-Boot] [PATCH] i.MX6: define IOMUX_GPR3 register bitfields In-Reply-To: <1348263702-15896-1-git-send-email-eric.nelson@boundarydevices.com> References: <1348263702-15896-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <505D02FD.70604@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9/21/2012 2:41 PM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > arch/arm/include/asm/arch-mx6/imx-regs.h | 48 ++++++++++++++++++++++++++++++ > 1 files changed, 48 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h > index cb284e2..13fe1bf 100644 > --- a/arch/arm/include/asm/arch-mx6/imx-regs.h > +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h > @@ -273,6 +273,54 @@ struct iomuxc { > #define IOMUXC_GPR2_LVDS_CH0_MODE_ENABLED_DI0 (IOMUXC_GPR2_MODE_ENABLED_DI0< #define IOMUXC_GPR2_LVDS_CH0_MODE_ENABLED_DI1 (IOMUXC_GPR2_MODE_ENABLED_DI1< > +/* GPR3 bitfields */ > +#define IOMUXC_GPR3_GPU_DBG_OFFSET 29 > Can you please move to iomux.h? Thanks Troy