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 de7f7cf..f423f8b 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 43b4bc7..d120b41 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 */ },
 };