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

Commit 11426355 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: Add IMEM nodes for MSM8992"

parents a0f50e1e 1c3579a9
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -234,6 +234,34 @@
		reg = <0xfc4ab000 0x4>;
	};

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

		download_mode@0 {
			compatible = "qcom,msm-imem-download_mode";
			reg = <0x0 8>;
		};

		restart_reason@65c {
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

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

	blsp1_uart5: serial@f9922000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf9922000 0x1000>;