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

Commit 6ae6a564 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable qrng on sdxlemur"

parents c992e4e2 f5ded962
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1304,6 +1304,15 @@
		reg = <0x1468F720 0x2000>;
	};

	qcom_rng: qrng@793000 {
		compatible = "qcom,msm-rng";
		reg = <0x793000 0x1000>;
		qcom,no-qrng-config;
		interconnect-names = "data_path";
		interconnects = <&mem_noc MASTER_APPSS_PROC &system_noc SLAVE_PRNG>;
		qcom,no-clock-support;
	};

	thermal_zones: thermal-zones {
	};