Commit 44f8c1f450da83e2fdaee90b73c1114a17c4e1c8

Authored by Franklin S Cooper Jr
Committed by Lokesh Vutla
1 parent b5a8694cf6

Revert "ARM: DRA74-evm: Use WAKEUP_2 as an input signal"

This reverts commit b5a8694cf6a0f2ac504e16e3068b967f3ecc8700.

This patch was incorrectly setting the 18th bit of the padconf register
which is reserved.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/ti/dra7xx/mux_data.h
... ... @@ -393,7 +393,7 @@
393 393 {I2C2_SDA, (M0 | PIN_INPUT_PULLUP)}, /* i2c2_sda.i2c2_sda */
394 394 {I2C2_SCL, (M0 | PIN_INPUT_PULLUP)}, /* i2c2_scl.i2c2_scl */
395 395 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */
396   - {WAKEUP2, (M14 | PIN_INPUT)}, /* Wakeup2.gpio1_2 */
  396 + {WAKEUP2, (M14 | PIN_OUTPUT)}, /* Wakeup2.gpio1_2 */
397 397 };
398 398  
399 399 #ifdef CONFIG_IODELAY_RECALIBRATION