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

Commit 7198e5fb 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 CRYPTO and QSEECOM for MSM8916 CDP & MTP"

parents b8b74a9b 9a10c3b2
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";
};