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

Commit c8c57d77 authored by Hariprasad Dhalinarasimha's avatar Hariprasad Dhalinarasimha
Browse files

ARM: dts: msm: Add tz-log device tree data to msm8916



Add TZ log buffer device tree data to dts files by adding tz-log
device node with all the necessary parameters.

Change-Id: If0032a5463943daeace5edb33979f4f273af5a36
Signed-off-by: default avatarHariprasad Dhalinarasimha <hnamgund@codeaurora.org>
parent 5698cb80
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -88,6 +88,10 @@
	status = "ok";
};

&qcom_tzlog {
	status = "okay";
};

&pm8994_gpios {
	gpio@c000 { /* GPIO 1 */
	};
+5 −0
Original line number Diff line number Diff line
@@ -935,6 +935,11 @@
		qcom,sensors = <16>;
		qcom,slope = <2901 2846 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200>;
	};

	qcom_tzlog: tz-log@fe87f720 {
		compatible = "qcom,tz-log";
		reg = <0xfe87f720 0x1000>;
	};
};

&gdsc_usb30 {