Fix pad control for power key (based on ENGR00138697) not to have PKE

This commit is contained in:
Matt Sealey
2011-04-20 09:49:14 -05:00
parent ce2ba637fa
commit dbbe5bc6a7

View File

@@ -90,7 +90,7 @@ int mx51_efikasb_lid_status(void)
struct mxc_iomux_pin_cfg __initdata mx51_efikamx_input_iomux_pins[] = {
{
EFIKAMX_POWER_KEY, IOMUX_CONFIG_GPIO,
(PAD_CTL_PKE_ENABLE | PAD_CTL_100K_PU),
(PAD_CTL_100K_PU),
},
};