summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-06-16 20:53:27 -0700
committermattis fjallstrom <mattis@acm.org>2015-06-16 20:53:27 -0700
commite258d749a567c41f8ee1780e4f4e3d5d62b7501e (patch)
tree95703984765cc1ab2fe489af131eff520fc7b399
parent6921a058152ba3ff952383467804b943f457897e (diff)
downloadolio-linux-3.10-e258d749a567c41f8ee1780e4f4e3d5d62b7501e.tar.xz
olio-linux-3.10-e258d749a567c41f8ee1780e4f4e3d5d62b7501e.zip
Adding wake-up muxing for uart3 pins
Change-Id: I1a0bcf7749de452b76150c53beaeff3c95f774e1
-rw-r--r--arch/arm/boot/dts/omap3_h1.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts
index 5d3f0f2f315..d9633598521 100644
--- a/arch/arm/boot/dts/omap3_h1.dts
+++ b/arch/arm/boot/dts/omap3_h1.dts
@@ -149,9 +149,13 @@
/* BT_WAKE_GPIO - for waking up BT */
/* OMAP_OFF_ENABLE, OMAP_OFF_PULL_EN, OMAP_OFF_OUTENABLE for sleep modes. */
0x0da 0x1604 /* DSS_DATA23, (IDIS | PI | M4 ) */
+
+ /* UART3 pins */
+ 0x16e 0x4100 /* RX, input, off wake up */
+ 0x170 0x000 /* TX, output */
+
/* BT_HOST_WAKE */
/*0x9f4 0x4104 */ /* JTAG_EMU0 , (OMAP_MUX_MODE4 | OMAP_PIN_INPUT | OMAP_WAKEUPENABLE) */
-
/* Accelerometer interrupt */
/*0x9f6 0x4104 */ /* JTAG_EMU1, OMAP_MUX_MODE4 | OMAP_PIN_INPUT |
OMAP_PIN_OFF_WAKEUPENABLE */
@@ -175,6 +179,7 @@
/* Accelerometer interrupt */
0x026 0x4104 /* JTAG_EMU1, OMAP_MUX_MODE4 | OMAP_PIN_INPUT |
OMAP_PIN_OFF_WAKEUPENABLE */
+
>;
};
};