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

Commit 46efe948 authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

ARM: dts: msm: Add qprng device tree data for msm8939



Add random number generator device tree data to dtsi file by
adding msm-rng device node with all the necessary parameters.

Change-Id: I0478247fd3ce745f8f5579e6f163de250ddc38d6
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent ab7b2e21
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -558,6 +558,21 @@
		#clock-cells = <1>;
		#clock-cells = <1>;
	};
	};


	qcom_rng: qrng@22000 {
		compatible = "qcom,msm-rng";
		reg = <0x22000 0x200>;
		qcom,msm-rng-iface-clk;
		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";
	};

	usb_otg: usb@78d9000 {
	usb_otg: usb@78d9000 {
		compatible = "qcom,hsusb-otg";
		compatible = "qcom,hsusb-otg";