ARM: imx: novena: Enable DM GPIO
[project/bcm63xx/u-boot.git] / board / kosagi / novena / novena.c
index 9f2586521d4a9bac793cf615e5177cfb67710ff8..0750c4667ee5859ad24629b245d0d728aaee3c7a 100644 (file)
@@ -83,6 +83,8 @@ int drv_keyboard_init(void)
                .tstc   = novena_gpio_button_tstc,
        };
 
+       gpio_request(NOVENA_BUTTON_GPIO, "button");
+
        error = input_init(&button_input, 0);
        if (error) {
                debug("%s: Cannot set up input\n", __func__);