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

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

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



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: I437986d91b6172278b92e20fd227a49ca41d6cd8
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 6ac84086
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -317,6 +317,12 @@
		reg-names = "etm-base","debug-base";
		reg-names = "etm-base","debug-base";
	};
	};


	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,memory-reservation-type = "EBI1";
		qcom,memory-reservation-size = <0x1000>; /* 4K EBI1 buffer */
	};

	qcom,mss@fc880000 {
	qcom,mss@fc880000 {
		compatible = "qcom,pil-q6v55-mss";
		compatible = "qcom,pil-q6v55-mss";
		reg = <0xfc880000 0x100>,
		reg = <0xfc880000 0x100>,