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

Commit 5343dcfe authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

ARM: dts: msmkrypton: Add qprng device tree data



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

Change-Id: Idf1aea8cadeffb453525b20f479d0d6171953e7f
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 630418b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -33,3 +33,7 @@
		interrupts = <75 0>;
		interrupts = <75 0>;
	};
	};
};
};

&qrng {
	status = "okay";
};
+13 −0
Original line number Original line Diff line number Diff line
@@ -202,6 +202,19 @@
		qcom,master-id = <86>;
		qcom,master-id = <86>;
	};
	};


	qrng: rng@f9bff000 {
		compatible = "qcom,msm-rng";
		reg = <0xf9bff000 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>,
				<1 618 0 800>;
		status = "disabled";
	};

	qcom,ipc-spinlock@fd484000 {
	qcom,ipc-spinlock@fd484000 {
		compatible = "qcom,ipc-spinlock-sfpb";
		compatible = "qcom,ipc-spinlock-sfpb";
		reg = <0xfd484000 0x400>;
		reg = <0xfd484000 0x400>;