| Submitter | Eric Nelson |
|---|---|
| Date | Feb. 19, 2013, 8:07 p.m. |
| Message ID | <1361304425-24430-5-git-send-email-eric.nelson@boundarydevices.com> |
| Download | mbox | patch |
| Permalink | /patch/221870/ |
| State | Awaiting Upstream |
| Delegated to: | Stefano Babic |
| Headers | show |
Comments
On 19/02/2013 21:07, Eric Nelson wrote: > Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic
Patch
diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h index d23abd7..d67f600 100644 --- a/arch/arm/include/asm/arch-mx6/iomux.h +++ b/arch/arm/include/asm/arch-mx6/iomux.h @@ -16,6 +16,11 @@ #ifndef __ASM_ARCH_IOMUX_H__ #define __ASM_ARCH_IOMUX_H__ + +#define MX6_IOMUXC_GPR4 0x020e0010 +#define MX6_IOMUXC_GPR6 0x020e0018 +#define MX6_IOMUXC_GPR7 0x020e001c + /* * IOMUXC_GPR13 bit fields */
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> --- arch/arm/include/asm/arch-mx6/iomux.h | 5 +++++ 1 file changed, 5 insertions(+)