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

Commit 47531ebe authored by Santosh Dronamraju's avatar Santosh Dronamraju
Browse files

ARM: dts: msm: Enable TZ-log driver for sdmshrike



Enable TZ-log device node on include file to enable
TZ-log driver on sdmshrike target to access TZ Diag area.

Change-Id: I084b6152d96ce98109aeba0b1a3c02b061bb217a
Signed-off-by: default avatarSantosh Dronamraju <sdronamr@codeaurora.org>
parent 4f9559a8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2405,6 +2405,14 @@
		};
	};

	qcom_tzlog: tz-log@146bf720 {
		compatible = "qcom,tz-log";
		reg = <0x146bf720 0x3000>;
		qcom,hyplog-enabled;
		hyplog-address-offset = <0x410>;
		hyplog-size-offset = <0x414>;
	};

	aop-msg-client {
		compatible = "qcom,debugfs-qmp-client";
		mboxes = <&qmp_aop 0>;