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

Commit 2f2615dc authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: sdxpoorwills: Update imem node



Change updates the base address of the (shared) imem
region and also adds the pil and the diag_dload nodes.

Change-Id: Ic9942a725bbe54a204cd26f240da8022a0e88d1c
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 54d765eb
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -251,10 +251,10 @@
		status = "disabled";
	};

	qcom,msm-imem@8600000 {
	qcom,msm-imem@1468B000 {
		compatible = "qcom,msm-imem";
		reg = <0x8600000 0x1000>; /* Address and size of IMEM */
		ranges = <0x0 0x8600000 0x1000>;
		reg = <0x1468B000 0x1000>; /* Address and size of IMEM */
		ranges = <0x0 0x1468B000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

@@ -272,6 +272,16 @@
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

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

		diag_dload@c8 {
			compatible = "qcom,msm-imem-diag-dload";
			reg = <0xc8 200>;
		};
};

	restart@4ab000 {