},
 };
 
+static struct x86_gpio_button lenovo_yb1_x90_lid = {
+       .button = {
+               .code = SW_LID,
+               .active_low = true,
+               .desc = "lid_sw",
+               .type = EV_SW,
+               .wakeup = true,
+               .debounce_interval = 50,
+       },
+       .chip = "INT33FF:02",
+       .pin = 19,
+};
+
 static struct gpiod_lookup_table lenovo_yb1_x90_goodix_gpios = {
        .dev_id = "i2c-goodix_ts",
        .table = {
        .pdev_count = ARRAY_SIZE(lenovo_yb1_x90_pdevs),
        .serdev_info = lenovo_yb1_x90_serdevs,
        .serdev_count = ARRAY_SIZE(lenovo_yb1_x90_serdevs),
+       .gpio_button = &lenovo_yb1_x90_lid,
        .gpiod_lookup_tables = lenovo_yb1_x90_gpios,
        .init = lenovo_yb1_x90_init,
 };