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

Commit dab80941 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: correct smem location for MSMKRYPTON"

parents 0afd40fe 7d4f474a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -238,9 +238,9 @@
		qcom,num-locks = <8>;
	};

	qcom,smem@2200000 {
	qcom,smem@1100000 {
		compatible = "qcom,smem";
		reg = <0x2200000 0x100000>,
		reg = <0x1100000 0x100000>,
			<0xf9011000 0x1000>,
			<0xfc428000 0x4000>;
		reg-names = "smem", "irq-reg-base", "aux-mem1";