mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user