unifykey: securitykey: enable securitykey by default [1/1]

PD#SWPL-6823

Problem:
Securitykey driver fail to probe

Solution:
Enable securitykey in DTS by default

Verify:
TM2

Change-Id: I962f53c0e786fae85dc856e382b060f4f5f7347c
Signed-off-by: Jiamin Ma <jiamin.ma@amlogic.com>
This commit is contained in:
Jiamin Ma
2019-04-08 16:18:02 +08:00
committed by Jianxiong Pan
parent b46ec843e6
commit e98ee8e2cf
2 changed files with 0 additions and 40 deletions

View File

@@ -293,26 +293,6 @@
reg-names = "PREG_STICKY_REG8";
};
securitykey {
compatible = "amlogic, securitykey";
status = "disabled";
storage_query = <0x82000060>;
storage_read = <0x82000061>;
storage_write = <0x82000062>;
storage_tell = <0x82000063>;
storage_verify = <0x82000064>;
storage_status = <0x82000065>;
storage_list = <0x82000067>;
storage_remove = <0x82000068>;
storage_in_func = <0x82000023>;
storage_out_func = <0x82000024>;
storage_block_func = <0x82000025>;
storage_size_func = <0x82000027>;
storage_set_enctype = <0x8200006A>;
storage_get_enctype = <0x8200006B>;
storage_version = <0x8200006C>;
};
vpu {
compatible = "amlogic, vpu-tm2";
status = "okay";

View File

@@ -274,26 +274,6 @@
reg-names = "PREG_STICKY_REG8";
};
securitykey {
compatible = "amlogic, securitykey";
status = "disabled";
storage_query = <0x82000060>;
storage_read = <0x82000061>;
storage_write = <0x82000062>;
storage_tell = <0x82000063>;
storage_verify = <0x82000064>;
storage_status = <0x82000065>;
storage_list = <0x82000067>;
storage_remove = <0x82000068>;
storage_in_func = <0x82000023>;
storage_out_func = <0x82000024>;
storage_block_func = <0x82000025>;
storage_size_func = <0x82000027>;
storage_set_enctype = <0x8200006A>;
storage_get_enctype = <0x8200006B>;
storage_version = <0x8200006C>;
};
vpu {
compatible = "amlogic, vpu-tm2";
status = "okay";