.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE,
 };
 
+static const struct spi_device_id nv3052c_ids[] = {
+       { "ltk035c5444t", },
+       { /* sentinel */ }
+};
+MODULE_DEVICE_TABLE(spi, nv3052c_ids);
+
 static const struct of_device_id nv3052c_of_match[] = {
        { .compatible = "leadtek,ltk035c5444t", .data = <k035c5444t_panel_info },
        { /* sentinel */ }
                .name = "nv3052c",
                .of_match_table = nv3052c_of_match,
        },
+       .id_table = nv3052c_ids,
        .probe = nv3052c_probe,
        .remove = nv3052c_remove,
 };