Skip to content
Snippets Groups Projects
Commit 2d472712 authored by Laura Abbott's avatar Laura Abbott
Browse files

ARM: dts: msm: Add QSEECOM heap for apq8084


The QSEECOM heap is needed for secure use cases on APQ8084.
Add the appropriate size.

Change-Id: I2266fab491229292f503c60bb8242f4f2134f02d
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent be59e85d
Branches
Tags
No related merge requests found
...@@ -35,6 +35,12 @@ ...@@ -35,6 +35,12 @@
qcom,memory-fixed = <0x0db00000 0x1d00000>; qcom,memory-fixed = <0x0db00000 0x1d00000>;
}; };
qcom,ion-heap@27 { /* QSECOM HEAP */
compatible = "qcom,msm-ion-reserve";
reg = <27>;
linux,contiguous-region = <&qsecom_mem>;
};
qcom,ion-heap@28 { /* AUDIO HEAP */ qcom,ion-heap@28 { /* AUDIO HEAP */
compatible = "qcom,msm-ion-reserve"; compatible = "qcom,msm-ion-reserve";
reg = <28>; reg = <28>;
......
...@@ -24,6 +24,17 @@ ...@@ -24,6 +24,17 @@
}; };
soc: soc { }; soc: soc { };
memory {
#address-cells = <2>;
#size-cells = <2>;
qsecom_mem: qsecom_region {
linux,contiguous-region;
reg = <0 0 0 0x1100000>;
label = "qseecom_mem";
};
};
}; };
/include/ "msm-gdsc.dtsi" /include/ "msm-gdsc.dtsi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment