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

Commit 22191836 authored by Brahmaji K's avatar Brahmaji K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable security drivers for SDM450 and MSM8953



Enable qseecom, tz, rng, qcrypto and qcedev drivers
for SDM450 and MSM8953.

Change-Id: I45f34a441407e6d714621660f97ae040146b1b66
Signed-off-by: default avatarBrahmaji K <bkomma@codeaurora.org>
parent cf5aef35
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -522,13 +522,13 @@
		clock-names = "core_clk_src", "core_clk",
				"iface_clk", "bus_clk";
		qcom,ce-opp-freq = <100000000>;
		status = "disabled";
		status = "okay";
	};

	qcom_tzlog: tz-log@08600720 {
		compatible = "qcom,tz-log";
		reg = <0x08600720 0x2000>;
		status = "disabled";
		status = "okay";
	};

	qcom_rng: qrng@e3000 {
@@ -544,7 +544,7 @@
			<1 618 0 800>;          /* 100 MB/s */
		clocks = <&clock_gcc clk_gcc_prng_ahb_clk>;
		clock-names = "iface_clk";
		status = "disabled";
		status = "okay";
	};

	qcom_crypto: qcrypto@720000 {
@@ -577,7 +577,7 @@
		qcom,use-sw-hmac-algo;
		qcom,use-sw-aead-algo;
		qcom,ce-opp-freq = <100000000>;
		status = "disabled";
		status = "okay";
	};

	qcom_cedev: qcedev@720000 {
@@ -603,7 +603,7 @@
		clock-names = "core_clk_src", "core_clk",
				"iface_clk", "bus_clk";
		qcom,ce-opp-freq = <100000000>;
		status = "disabled";
		status = "okay";
	};

	blsp1_uart0: serial@78af000 {