]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/char/tpm/tpm_tis.c
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux...
[thirdparty/linux.git] / drivers / char / tpm / tpm_tis.c
index f301b8fc5fcf7a0893ee0b880d21b189db98461b..2f7326d297adb99102625306ba56c79c316190b2 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"},
        {},
 };