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

Commit bc43ad3b authored by Mallikarjuna Reddy Amireddy's avatar Mallikarjuna Reddy Amireddy
Browse files

ARM: dts: msm: Add qprng device tree node for mdm9x07



Add msm-rng device node with all the necessary parameters
to enable the prng driver on mdm9x07.

Change-Id: I426254c6151c93bdf5576726a4bbc1f875a8892c
Signed-off-by: default avatarMallikarjuna Reddy Amireddy <mamire@codeaurora.org>
parent 6c725002
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1501,6 +1501,20 @@
		status = "disabled";
	};

	qrng: rng@0x22000 {
		compatible = "qcom,msm-rng";
		reg = <0x22000 0x140>;
		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>,
			<1 618 0 800>;
		clocks = <&clock_gcc clk_gcc_prng_ahb_clk>;
		clock-names = "iface_clk";
	};

	qcom_crypto: qcrypto@720000 {
		compatible = "qcom,qcrypto";
		reg = <0x720000 0x20000>,