ARM: dts: msm: Add tz-log device node for msmfalcon
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>
This commit is contained in:
parent
3f5515f123
commit
8538928dab
1 changed files with 8 additions and 0 deletions
|
@ -1340,6 +1340,14 @@
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue