From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Fri, 21 Sep 2012 18:14:29 -0700 Subject: [U-Boot] [PATCH] i.MX6: define IOMUX_GPR3 register bitfields In-Reply-To: <505D02FD.70604@boundarydevices.com> References: <1348263702-15896-1-git-send-email-eric.nelson@boundarydevices.com> <505D02FD.70604@boundarydevices.com> Message-ID: <505D10F5.3050106@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 09/21/2012 05:14 PM, Troy Kisky wrote: > 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? > Works for me. I assume the same for previous addition of IOMUXC_GPR2_blah. What about 'struct iomuxc'? Please advise, Eric