OSDN Git Service

ARM: dts: msm: Add tz-log device node for msmfalcon
authorBrahmaji K <bkomma@codeaurora.org>
Tue, 4 Oct 2016 08:57:23 +0000 (14:27 +0530)
committerBrahmaji K <bkomma@codeaurora.org>
Fri, 2 Dec 2016 09:36:13 +0000 (15:06 +0530)
Add tz-log device node with all the necessary parameters,
to enable the TZ log driver on msmfalcon.

Change-Id: I83b13e60c46ed7565fe202a2d1ba8d2b8c06bdcc
Signed-off-by: Brahmaji K <bkomma@codeaurora.org>
arch/arm/boot/dts/qcom/msmfalcon.dtsi

index 2bdc7db..d230175 100644 (file)
                qcom,use-sw-aead-algo;
                qcom,use-sw-hmac-algo;
        };
+
+       qcom_tzlog: tz-log@146bf720 {
+               compatible = "qcom,tz-log";
+               reg = <0x146bf720 0x3000>;
+               qcom,hyplog-enabled;
+               hyplog-address-offset = <0x410>;
+               hyplog-size-offset = <0x414>;
+       };
 };
 
 #include "msmfalcon-ion.dtsi"