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

Commit 2228b24e authored by mohamed sunfeer's avatar mohamed sunfeer Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable QRNG driver for sdm670



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

Change-Id: I106d4f9b19fe18133065551e40fb8e1761da0674
Signed-off-by: default avatarmohamed sunfeer <msunfeer@codeaurora.org>
parent 1a60f3f6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -734,6 +734,21 @@
		qcom,finger-detect-gpio = <&tlmm 122 0>;
	};

	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";
	};

	thermal_zones: thermal-zones {};

	tsens0: tsens@c222000 {