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

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

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



Add support to device tree node to enable RTB logging on msm-plutonium.
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: Ice4640f959bf3ade5233de621a85a3027c75d988
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 01f3b4c6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -263,6 +263,11 @@
		qcom,ipi-ping;
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;
	};

	rpm_bus: qcom,rpm-smd {
		compatible = "qcom,rpm-smd";
		rpm-channel-name = "rpm_requests";