summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap3
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2012-03-22 13:49:21 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:27 +0200
commit10cd73bf874c175d8892079b51821912e535d927 (patch)
treecb0f5b4f9e66be69a498df2151f62e56986d59ee /arch/arm/include/asm/arch-omap3
parent06a119a03147aec3cf1fe746a6ef0aa1c66e7e72 (diff)
downloadblackbird-obmc-uboot-10cd73bf874c175d8892079b51821912e535d927.tar.gz
blackbird-obmc-uboot-10cd73bf874c175d8892079b51821912e535d927.zip
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/arm/include/asm/arch-omap3')
-rw-r--r--arch/arm/include/asm/arch-omap3/mux.h6
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 6daef49e97..71f183de8d 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));
OpenPOWER on IntegriCloud