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

Commit b2016f86 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 dt entry for memory dump table for 8994"

parents 6ca79566 2453ca89
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -312,6 +312,19 @@
		};
		};
	};
	};


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

		mem_dump_table@10 {
			compatible = "qcom,msm-imem-mem_dump_table";
			reg = <0x10 8>;
		};
	};

	qcom,wdt@f9017000 {
	qcom,wdt@f9017000 {
		compatible = "qcom,msm-watchdog";
		compatible = "qcom,msm-watchdog";
		reg = <0xf9017000 0x1000>;
		reg = <0xf9017000 0x1000>;