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

Commit b43e7d3e authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: msm: add rtb to device tree for samarium



Add support to device tree node to enable RTB logging on samarium.
RTB logging provides useful debug information by logging events to
uncached buffer which can be processed from ramdumps in case of device
reset.

Change-Id: I77795826a80d63103b41e65aacaf3f1e6eeb8e6d
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 13d2d953
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -144,6 +144,12 @@
		reg-names = "fuse-base";
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,memory-reservation-type = "EBI1";
		qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
	};

	blsp1_uart1: serial@f991e000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf991e000 0x1000>;