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

Commit d46e24b1 authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add IMEM pil entry for msmtriton



Add IMEM PIL entry to save relocatable address of images
loaded by PIL.

Change-Id: Ie09c8ae431cc7da4c8cd745d9c6d018e6a256158
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent e9537554
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -662,6 +662,19 @@
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
		status = "ok";
	};

	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;
		ranges = <0x0 0x146bf000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};
	};
};

#include "msmtriton-ion.dtsi"