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

Commit f94fb1e3 authored by Mohamed Sunfeer's avatar Mohamed Sunfeer
Browse files

ARM: dts: msm: Enable QRNG driver for qcs405



Enable QRNG device node on include file to enable
the QRNG driver to communicate with /dev/random.

Change-Id: I6e52683c50fbaade2e7d2da7fd8c2b8e1becd2ba
Signed-off-by: default avatarMohamed Sunfeer <msunfeer@codeaurora.org>
parent 4719c01d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1068,6 +1068,21 @@
		qcom,qsee-reentrancy-support = <2>;
	};

	qcom_rng: qrng@e3000 {
		compatible = "qcom,msm-rng";
		reg = <0xe3000 0x1000>;
		qcom,msm-rng-iface-clk;
		qcom,no-qrng-config;
		qcom,msm-bus,name = "msm-rng-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<1 618 0 0>,            /* No vote */
			<1 618 0 800>;          /* 100 MB/s */
		clocks = <&clock_gcc GCC_PRNG_AHB_CLK>;
		clock-names = "iface_clk";
	};

	sdhc_1: sdhci@7804000 {
		compatible = "qcom,sdhci-msm-v5";
		reg = <0x7804000 0x1000>, <0x7805000 0x1000>;