ARM: dts: msm: Add tz-log device node for SDM630
Add tz-log device node with all the necessary parameters, to enable the TZ log driver on SDM630. Change-Id: I8bf06dcc228ac27b1e9b1e3ddcd937a875ccebf0 Signed-off-by: Brahmaji K <bkomma@codeaurora.org>
This commit is contained in:
parent
282879567d
commit
95ef7f6533
1 changed files with 8 additions and 0 deletions
|
@ -1462,6 +1462,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 "sdm630-ion.dtsi"
|
||||
|
|
Loading…
Add table
Reference in a new issue