commit | bc622966c9fc00d0b6fc211932e377ce27af8f75 | [log] [tgz] |
---|---|---|
author | Cooper Jr., Franklin <fcooper@ti.com> | Thu Nov 19 08:03:54 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 21 21:50:19 2015 -0500 |
tree | ccbf25979e393168dc478bc52aab0a7c04d69fa8 | |
parent | 2f3a5fee9e901a34263cf293d1d9072bbd69fe27 [diff] |
ARM: dra7x/am57x: Remove pin input/output config from WAKEUP pins The WAKEUP_X pins are always an input no matter the pinmux mode. However, the 18th bit that typical configures a pin as an input is considered reserved for the WAKEUP_X pins. Therefore, for any WAKEUP pin remove any configuration that sets that pin as an input. Since those pins are only inputs remove any output configuration from those pins. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>