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

Commit 47332566 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add smem configuration on msmskunk" into msm-4.8

parents 56da2e17 05f9fb73
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -583,6 +583,17 @@
		reg = <0x1f40000 0x8000>;
		qcom,num-locks = <8>;
	};

	qcom,smem@86000000 {
		compatible = "qcom,smem";
		reg = <0x86000000 0x200000>,
			<0x17911008 0x4>,
			<0x778000 0x7000>,
			<0x1fd4000 0x8>;
		reg-names = "smem", "irq-reg-base", "aux-mem1",
			"smem_targ_info_reg";
		qcom,mpu-enabled;
	};
};

&pcie_0_gdsc {