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

Commit 65cde6d2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents fbe7e291 d01d3b72
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";
};