]> git.sur5r.net Git - u-boot/blobdiff - drivers/input/tegra-kbc.c
exynos: video: Drop the static lcd_base_addr variable
[u-boot] / drivers / input / tegra-kbc.c
index 951cbb4481b4a9a2ad98a7d65386117196be12c9..c77f6107696281f89c85986efcd95d62b4a37f41 100644 (file)
@@ -312,6 +312,7 @@ static int tegra_kbd_probe(struct udevice *dev)
                      __func__, ret);
                return ret;
        }
+       input_add_tables(input, false);
        if (priv->matrix.fn_keycode) {
                ret = input_add_table(input, KEY_FN, -1,
                                      priv->matrix.fn_keycode,
@@ -326,7 +327,6 @@ static int tegra_kbd_probe(struct udevice *dev)
        priv->input = input;
        input->dev = dev;
        input->read_keys = tegra_kbc_check;
-       input_add_tables(input, false);
        strcpy(sdev->name, "tegra-kbc");
        ret = input_stdio_register(sdev);
        if (ret) {