unifykey: txl: add unifykey support for txl
authorjiamin ma <jiamin.ma@amlogic.com>
Thu, 28 Jun 2018 05:50:51 +0000 (13:50 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Wed, 18 Jul 2018 09:49:16 +0000 (02:49 -0700)
PD#168480: unifykey: txl: add unifykey for txl

Change-Id: If9d36e91f8fef0694bacc69e746163e2e96befc6
Signed-off-by: jiamin ma <jiamin.ma@amlogic.com>
drivers/amlogic/unifykey/v7/securitykey.c
drivers/amlogic/unifykey/v8/securitykey.c

index de7f7cf68b310db8adf04ef298f0271e069fecec..f423f8b5f29fc126b9d1b0cd891365376eeba3dd 100644 (file)
@@ -396,6 +396,7 @@ static int storage_probe(struct platform_device *pdev)
 
 static const struct of_device_id securitykey_dt_match[] = {
        { .compatible = "aml, securitykey" },
+       { .compatible = "amlogic, securitykey" },
        { /* sentinel */ },
 };
 
index 43b4bc777a1e3d3025b75e273ca6f5040cbc7bfe..d120b41ed987d45b0a49a9a4400de5033a2db83d 100644 (file)
@@ -396,6 +396,7 @@ static int storage_probe(struct platform_device *pdev)
 
 static const struct of_device_id securitykey_dt_match[] = {
        { .compatible = "aml, securitykey" },
+       { .compatible = "amlogic, securitykey" },
        { /* sentinel */ },
 };