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

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

ARM: dts: msm: Enable QRNG driver for sdxpoorwills



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

Change-Id: Ieb5aeb8fbfcf2800fcd9ebbd3e6a6200d18247c9
Signed-off-by: default avatarBrahmaji K <bkomma@codeaurora.org>
parent a227a32c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -912,6 +912,21 @@
		qcom,pet-time = <10000>;
	};

	qcom_rng: qrng@793000{
		compatible = "qcom,msm-rng";
		reg = <0x793000 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 KHz */
		clocks = <&clock_gcc GCC_PRNG_AHB_CLK>;
		clock-names = "iface_clk";
	};

	qcom_cedev: qcedev@1de0000 {
		compatible = "qcom,qcedev";
		reg = <0x1de0000 0x20000>,