]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
board: ti: dra76: mux wakeup2 as gpio1_2
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 28 Dec 2017 15:10:02 +0000 (20:40 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:24 +0000 (15:49 -0500)
gpio1_2 is used for HPD interrupt with DRA76's DVI add-on board, so mux
the pin as gpio and PIN_INPUT.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
board/ti/dra7xx/mux_data.h

index 3c3a19a0e1c2f9403af307943a2544d0d3f4ab8c..b5dcaa584a2494f7d074d9f0cd547a9e50cb6eed 100644 (file)
@@ -882,7 +882,7 @@ const struct pad_conf_entry dra76x_core_padconf_array[] = {
        {I2C2_SCL, (M1 | PIN_INPUT_PULLUP)},    /* i2c2_scl.hdmi1_ddc_sda */
        {WAKEUP0, (M14 | PIN_OUTPUT)},  /* N/A.gpio1_0 */
        {WAKEUP1, (M14 | PIN_OUTPUT)},  /* N/A.gpio1_1 */
-       {WAKEUP2, (M1 | PIN_OUTPUT)},   /* N/A.sys_nirq2 */
+       {WAKEUP2, (M14 | PIN_INPUT)},   /* N/A.gpio1_2 */
        {WAKEUP3, (M1 | PIN_OUTPUT)},   /* N/A.sys_nirq1 */
 };