.properties     = gdix1001_upside_down_props,
 };
 
-static const struct property_entry glavey_tm800a550l_props[] = {
-       PROPERTY_ENTRY_STRING("firmware-name", "gt912-glavey-tm800a550l.fw"),
-       PROPERTY_ENTRY_STRING("goodix,config-name", "gt912-glavey-tm800a550l.cfg"),
-       PROPERTY_ENTRY_U32("goodix,main-clk", 54),
-       { }
-};
-
-static const struct ts_dmi_data glavey_tm800a550l_data = {
-       .acpi_name      = "GDIX1001:00",
-       .properties     = glavey_tm800a550l_props,
-};
-
 static const struct property_entry gp_electronic_t701_props[] = {
        PROPERTY_ENTRY_U32("touchscreen-size-x", 960),
        PROPERTY_ENTRY_U32("touchscreen-size-y", 640),
                        DMI_MATCH(DMI_PRODUCT_NAME, "eSTAR BEAUTY HD Intel Quad core"),
                },
        },
-       {       /* Glavey TM800A550L */
-               .driver_data = (void *)&glavey_tm800a550l_data,
-               .matches = {
-                       DMI_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
-                       DMI_MATCH(DMI_BOARD_NAME, "Aptio CRB"),
-                       /* Above strings are too generic, also match on BIOS version */
-                       DMI_MATCH(DMI_BIOS_VERSION, "ZY-8-BI-PX4S70VTR400-X423B-005-D"),
-               },
-       },
        {
                /* GP-electronic T701 */
                .driver_data = (void *)&gp_electronic_t701_data,