tpm_tis: Add compatible string atmel,at97sc3204
[linux-2.6-microblaze.git] / drivers / char / tpm / tpm_tis.c
index 2c52b79..14652aa 100644 (file)
@@ -347,6 +347,7 @@ static void tpm_tis_plat_remove(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static const struct of_device_id tis_of_platform_match[] = {
+       {.compatible = "atmel,at97sc3204"},
        {.compatible = "tcg,tpm-tis-mmio"},
        {},
 };