mfd: Add support for stmpe variant 610
[linux-2.6-microblaze.git] / drivers / mfd / stmpe-spi.c
index 53efce4..46963a5 100644 (file)
@@ -109,6 +109,7 @@ static int __devexit stmpe_spi_remove(struct spi_device *spi)
 }
 
 static const struct spi_device_id stmpe_spi_id[] = {
+       { "stmpe610", STMPE610 },
        { "stmpe811", STMPE811 },
        { "stmpe1601", STMPE1601 },
        { "stmpe2401", STMPE2401 },