arm/imx: fix power button on imx51 babbage board
authorShawn Guo <shawn.guo@linaro.org>
Mon, 5 Dec 2011 02:28:11 +0000 (10:28 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 9 Dec 2011 10:10:32 +0000 (11:10 +0100)
commit847a2ee7392e7d3278f9b82c4b503744c72ee463
tree8f1443cd30c634f65d75ea633d94eb80de933c29
parent300a47b4378a3b2e7c2a423b0aa4d75fc78987d3
arm/imx: fix power button on imx51 babbage board

Since commit 6571534 (plat-mxc: iomux-v3.h: implicitly enable
pull-up/down when that's desired) was in, the power button on imx51
babbage board stopped working because it's pulled up by mistake.
The patch removes the pull-up setting from the pad configuration for
that gpio to make the power button back to work.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx5/board-mx51_babbage.c