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

Commit c329784f authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

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



Enable TZ-log device node on include file to enable
the TZ-log driver on sdm845 to access TZ diag area.

Change-Id: Iec2b684b8b8f201fac8d988b702b757435c66aa0
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 51e70432
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2071,6 +2071,14 @@
		clock-names = "iface_clk";
	};

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

	qcom,msm_gsi {
		compatible = "qcom,msm_gsi";
	};