unifykey: txl: add unifykey support for txl

PD#168480: unifykey: txl: add unifykey for txl

Change-Id: If9d36e91f8fef0694bacc69e746163e2e96befc6
Signed-off-by: jiamin ma <jiamin.ma@amlogic.com>
This commit is contained in:
jiamin ma
2018-06-28 13:50:51 +08:00
committed by Yixun Lan
parent daa52d6fb4
commit 58801f8eb7
2 changed files with 2 additions and 0 deletions

View 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 */ },
};

View 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 */ },
};