summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorEvgeniy Dushistov <dushistov@mail.ru>2015-05-12 22:17:10 +0300
committerTom Rini <trini@konsulko.com>2015-05-28 08:18:18 -0400
commit762f98d3dd9eb19c1e826e6cf5cd66756dcf65f8 (patch)
treecf2e41de8e5f159239a2ddba036328587ae066c0 /board
parentd67b72d56359f2a240a2014c7b18853de3dabf37 (diff)
beagle-xm: gpio_63 fix wrong pin initialization
DM3730 CPU used on beagleboard-xm doesn't have any gpio multiplexed with wait0 pin, but gpio_63 multiplexed with wait1, so it looks like typo. At current form it has no sense, because of wait0 have no function "4". Signed-off-by: Evgneiy A. Dushistov <dushistov@mail.ru>
Diffstat (limited to 'board')
-rw-r--r--board/ti/beagle/beagle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/beagle/beagle.h b/board/ti/beagle/beagle.h
index 6dd2ffe558..86bd6e9136 100644
--- a/board/ti/beagle/beagle.h
+++ b/board/ti/beagle/beagle.h
@@ -375,7 +375,7 @@ const omap3_sysinfo sysinfo = {
#define MUX_BEAGLE_XM() \
MUX_VAL(CP(GPMC_NCS5), (IDIS | PTD | EN | M4)) /*GPIO_56*/\
- MUX_VAL(CP(GPMC_WAIT0), (IDIS | PTU | EN | M4)) /*GPIO_63*/\
+ MUX_VAL(CP(GPMC_WAIT1), (IDIS | PTU | EN | M4)) /*GPIO_63*/\
MUX_VAL(CP(MMC1_DAT7), (IDIS | PTU | EN | M4)) /*GPIO_129*/\
MUX_VAL(CP(HDQ_SIO), (IDIS | PTU | EN | M4)) /*GPIO_170*/\
MUX_VAL(CP(MCBSP3_DX), (IEN | PTD | DIS | M4)) /*GPIO_140*/\