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

Commit 01496e8f authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm8994-v2: Add NPA dump device bindings



Add RPM's memory binding for reading NPA dump on MSM8994 v2.

CRs-Fixed: 752864
Change-Id: Icb31194d2aada6d496e14dcd9fb86d973f8f6fa8
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 98630cd2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -687,4 +687,9 @@
		reg = <0xfc000000 0x1a0000>;
		qcom,start-offset = <0x190010>;
	};

	qcom,npa-dump@0xfc190020 {
		compatible = "qcom,npa-dump";
		reg = <0xfc190020 0x4>, <0xfc000000 0x1c00>;
	};
};