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

Commit 9a10c3b2 authored by AnilKumar Chimata's avatar AnilKumar Chimata Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable CRYPTO and QSEECOM for MSM8916 CDP & MTP



Enable rng, crypto, qseecom and tz-log drivers device tree nodes for
msm8916 CDP and MTP devices.

Change-Id: Idace50ceda5d2a6f8f90f34dfff4ed75932338de
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 59acb37c
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -20,3 +20,22 @@
	qcom,board-id = <1 0>;
};

&qcom_tzlog {
	status = "okay";
};

&qcom_rng {
	status = "okay";
};

&qcom_crypto {
	status = "okay";
};

&qcom_cedev {
	status = "okay";
};

&qcom_seecom {
	status = "okay";
};
+20 −0
Original line number Diff line number Diff line
@@ -19,3 +19,23 @@
	compatible = "qcom,msm8916-mtp", "qcom,msm8916", "qcom,mtp";
	qcom,board-id = <8 0>;
};

&qcom_tzlog {
	status = "okay";
};

&qcom_rng {
	status = "okay";
};

&qcom_crypto {
	status = "okay";
};

&qcom_cedev {
	status = "okay";
};

&qcom_seecom {
	status = "okay";
};