ARM: imx: novena: Enable DM GPIO
[platform/kernel/u-boot.git] / board / kosagi / novena / novena.c
index 9f25865..0750c46 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__);