diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2012-03-22 13:49:21 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:27 +0200 |
commit | 10cd73bf874c175d8892079b51821912e535d927 (patch) | |
tree | cb0f5b4f9e66be69a498df2151f62e56986d59ee /arch | |
parent | 06a119a03147aec3cf1fe746a6ef0aa1c66e7e72 (diff) | |
download | u-boot-imx-10cd73bf874c175d8892079b51821912e535d927.zip u-boot-imx-10cd73bf874c175d8892079b51821912e535d927.tar.gz u-boot-imx-10cd73bf874c175d8892079b51821912e535d927.tar.bz2 |
OMAP3: pandora: pin mux updates for DM3730 board variant
DM3730 needs some additional pin mux configuration for GPIOs
126-129 to work, add it.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/mux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/mux.h b/arch/arm/include/asm/arch-omap3/mux.h index 6daef49..71f183d 100644 --- a/arch/arm/include/asm/arch-omap3/mux.h +++ b/arch/arm/include/asm/arch-omap3/mux.h @@ -445,6 +445,12 @@ #define CONTROL_PADCONF_STRBEN_DLY1 0x0224 #define CONTROL_PADCONF_SYS_BOOT8 0x0226 +/* AM/DM37xx specific */ +#define CONTROL_PADCONF_GPIO127 0x0A54 +#define CONTROL_PADCONF_GPIO126 0x0A56 +#define CONTROL_PADCONF_GPIO128 0x0A58 +#define CONTROL_PADCONF_GPIO129 0x0A5A + #define MUX_VAL(OFFSET,VALUE)\ writew((VALUE), OMAP34XX_CTRL_BASE + (OFFSET)); |