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

Commit 6f1fb566 authored by Archit Saxena's avatar Archit Saxena
Browse files

ARM: dts: msm: Add mem_dump and RTB node for sdm429



Add rtb and memdump node for sdm429 target.

Change-Id: I5d3f34c948b40ee63e400c932bfc4aea1da60c7c
Signed-off-by: default avatarArchit Saxena <archsaxe@codeaurora.org>
parent 8ef34645
Loading
Loading
Loading
Loading
+40 −1
Original line number Diff line number Diff line
@@ -473,7 +473,6 @@
	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>; /* 1M EBI1 buffer */
		status = "disabled";
	};

	qcom,rmtfs_sharedmem@00000000 {
@@ -615,6 +614,46 @@
		};
	};

	 mem_dump {
		compatible = "qcom,mem-dump";
		memory-region = <0x85>;

		rpm_sw_dump {
			qcom,dump-size = <0x28000>;
			qcom,dump-id = <0xea>;
		};

		pmic_dump {
			qcom,dump-size = <0x10000>;
			qcom,dump-id = <0xe4>;
		};

		vsense_dump {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0xe9>;
		};

		tmc_etf_dump {
			qcom,dump-size = <0x10000>;
			qcom,dump-id = <0xf0>;
		};

		 tmc_etr_reg_dump {
			 qcom,dump-size = <0x1000>;
			 qcom,dump-id = <0x100>;
		 };

		 tmc_etf_reg_dump {
			 qcom,dump-size = <0x1000>;
			 qcom,dump-id = <0x101>;
		};

		 misc_data_dump {
			 qcom,dump-size = <0x1000>;
			 qcom,dump-id = <0xe8>;
		 };
	};

	qcom,lpass@c000000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0xc000000 0x00100>;