]> git.sur5r.net Git - u-boot/blobdiff - drivers/input/cros_ec_keyb.c
cros_ec: exynos: Match up device tree with kernel version
[u-boot] / drivers / input / cros_ec_keyb.c
index 49ee7b2c9b635733174d635c087013acb1c95618..a31aa77102522b04a579a4a94442398d196066bc 100644 (file)
@@ -198,7 +198,7 @@ static int cros_ec_keyb_decode_fdt(const void *blob, int node,
                return -1;
        }
        config->ghost_filter = fdtdec_get_bool(blob, node,
-                                              "google,ghost-filter");
+                                              "google,needs-ghost-filter");
        return 0;
 }