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

Commit 0d623228 authored by mohamed sunfeer's avatar mohamed sunfeer Committed by Brahmaji K
Browse files

ARM: dts: msm: Enable QRNG driver for sdm450



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

Change-Id: Id660ebca9c51d1d1630253fd46504250064e65fd
Signed-off-by: default avatarmohamed sunfeer <msunfeer@codeaurora.org>
Signed-off-by: default avatarBrahmaji K <bkomma@codeaurora.org>
parent d9761e6f
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -516,6 +516,22 @@
		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";
	};

	blsp1_uart0: serial@78af000 {
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x78af000 0x200>;