Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccc9b1e8 authored by Jiten Patel's avatar Jiten Patel
Browse files

ARM: dts: msm: Add qseecom flag to enable key wrapping in KS for apq8053



The flag allows to wrap ICE master key instead of user key. This is
required for the devices which don't have provision to modify user key.

Change-Id: I826aea9aa37b840ae1c5e610c7db62e6d6a81477
Signed-off-by: default avatarJiten Patel <jitepate@codeaurora.org>
parent c1333e47
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -52,3 +52,7 @@
&secure_mem {
	status = "disabled";
};

&qcom_seecom {
	qcom,enable-key-wrap-in-ks;
};