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

Commit d01d3b72 authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

ARM: dts: msm: Enable prng, crypto, qseecom and tz-log



Enable prng, crypto, qseecom and tz-log drivers device tree nodes
for msm8939 MTP, CDP and QRD devices.

Change-Id: Ic511da88fa326e144b595d079532a8ca11d3e50a
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 3bb9501c
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -250,3 +250,23 @@
	qcom,charging-disabled;
	qcom,disable-follow-on-reset;
};

&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
@@ -248,3 +248,23 @@
	status = "ok";
	qcom,charging-disabled;
};

&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
@@ -112,3 +112,23 @@

	status = "ok";
};

&qcom_tzlog {
	status = "okay";
};

&qcom_rng {
	status = "okay";
};

&qcom_crypto {
	status = "okay";
};

&qcom_cedev {
	status = "okay";
};

&qcom_seecom {
	status = "okay";
};