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

Commit 702cb66f authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

ARM: dts: msm: Add qrng device tree data for mdmcalifornium



Add random number generator driver device tree details to
qcom_rng DT node to enable driver for mdmcalifornium.

Change-Id: Ie630da39fa2a0f6ffc19c7703cbba146de8236e2
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent f75f8e91
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -517,6 +517,21 @@
		compatible = "qcom,msm_gsi";
	};

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

	qcom,rmnet-ipa {
		compatible = "qcom,rmnet-ipa3";
	};