From e98ee8e2cfad5ae53b5f8ca2875ab79833c3b119 Mon Sep 17 00:00:00 2001 From: Jiamin Ma Date: Mon, 8 Apr 2019 16:18:02 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/amlogic/mesontm2.dtsi | 20 -------------------- arch/arm64/boot/dts/amlogic/mesontm2.dtsi | 20 -------------------- 2 files changed, 40 deletions(-) diff --git a/arch/arm/boot/dts/amlogic/mesontm2.dtsi b/arch/arm/boot/dts/amlogic/mesontm2.dtsi index 0f24d46..b34cff6 100644 --- a/arch/arm/boot/dts/amlogic/mesontm2.dtsi +++ b/arch/arm/boot/dts/amlogic/mesontm2.dtsi @@ -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"; diff --git a/arch/arm64/boot/dts/amlogic/mesontm2.dtsi b/arch/arm64/boot/dts/amlogic/mesontm2.dtsi index fec2ac4..89646c3 100644 --- a/arch/arm64/boot/dts/amlogic/mesontm2.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesontm2.dtsi @@ -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"; -- 2.7.4