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

Commit 04b3ca50 authored by Zhen Kong's avatar Zhen Kong
Browse files

ARM: dts: msm8992: Add prng device



Add prng device to the device tree.

Change-Id: Ibe034842db47e5e89baf3092b9fdabcda3387f79
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent 370aca60
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2213,6 +2213,20 @@
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
	};

	qcom,msm-rng@f9bff000 {
		compatible = "qcom,msm-rng";
		reg = <0xf9bff000 0x200>;
		qcom,msm-bus,name = "msm-rng-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<88 618 0 0>,
				<88 618 0 800>;
		qcom,msm-rng-iface-clk;
		clocks = <&clock_gcc clk_gcc_prng_ahb_clk>;
		clock-names = "iface_clk";
        };

	qcom,qseecom@6500000 {
		compatible = "qcom,qseecom";
		reg = <0x6500000 0x500000>;