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

Commit 73c10a46 authored by mohamed sunfeer's avatar mohamed sunfeer
Browse files

ARM: dts: msm: Enable QRNG driver for msm8937



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

Change-Id: Ia0a1e421b0946d9f321b391eaa1f865c9414e3a1
Signed-off-by: default avatarmohamed sunfeer <msunfeer@codeaurora.org>
parent c3d613d4
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1298,6 +1298,22 @@
		qcom,ce-opp-freq = <100000000>;
		status = "disabled";
	};

	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 clk_gcc_prng_ahb_clk>;
		clock-names = "iface_clk";
		status = "disabled";
	};
};

#include "pm8937-rpm-regulator.dtsi"