Skip to content

Commit

Permalink
lagoon dtsi: Extend secapp_region to 44M to support tbase
Browse files Browse the repository at this point in the history
Carve out additional 10M tbase given the Trustonic Kinibi Kernel is set
with 5M. In case potential usage, extend current secure memory from 34M
to 44M.

Qcom doc reference: kba-200611234333

Change-Id: I11606b57d00873af5f9c8235b65cca56f933e81f
Reviewed-on: https://gerrit.mot.com/1764902
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Konstantin Makariev <[email protected]>
Submit-Approved: Jira Key
  • Loading branch information
Jefferson Capovilla authored and hudsoncm committed Oct 4, 2020
1 parent 5062fec commit e689154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qcom/lagoon.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
removed_region: removed_region@c0000000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0xc0000000 0x0 0x3900000>;
reg = <0x0 0xc0000000 0x0 0x4300000>;
};

qseecom_mem: qseecom_region {
Expand Down Expand Up @@ -1582,7 +1582,7 @@

qcom_seecom: qseecom@c1700000 {
compatible = "qcom,qseecom";
reg = <0xc1700000 0x2200000>;
reg = <0xc1700000 0x2C00000>;
reg-names = "secapp-region";
memory-region = <&qseecom_mem>;
qcom,hlos-num-ce-hw-instances = <1>;
Expand All @@ -1598,7 +1598,7 @@

qcom_smcinvoke: smcinvoke@c1700000 {
compatible = "qcom,smcinvoke";
reg = <0xc1700000 0x2200000>;
reg = <0xc1700000 0x2C00000>;
reg-names = "secapp-region";
};

Expand Down

0 comments on commit e689154

Please sign in to comment.